Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand stand/lib/crt/rom is no more, no need fo...



details:   https://anonhg.NetBSD.org/src/rev/3440f0993414
branches:  trunk
changeset: 555056:3440f0993414
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Nov 07 23:44:56 2003 +0000

description:
stand/lib/crt/rom is no more, no need for it in .PATH

diffstat:

 sys/arch/i386/stand/Makefile.booters |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a9615e531e06 -r 3440f0993414 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Fri Nov 07 23:39:27 2003 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Fri Nov 07 23:44:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.55 2003/10/26 07:25:36 lukem Exp $
+#      $NetBSD: Makefile.booters,v 1.56 2003/11/07 23:44:56 dsl Exp $
 
 .include <bsd.own.mk>
 
@@ -24,7 +24,6 @@
 
 .PATH: ${I386_STAND_DIR}/lib
 
-.PATH: ${I386_STAND_DIR}/lib/crt/rom
 ROMSTART= start_rom.o
 GENPROMDIR= ${I386_STAND_DIR}/genprom
 GENPROMOBJDIR!= cd ${GENPROMDIR} && ${PRINTOBJDIR}



Home | Main Index | Thread Index | Old Index