Source-Changes-HG archive

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

[src/trunk]: src revert previous, and reenable tools/makefs now that it works on



details:   https://anonhg.NetBSD.org/src/rev/f01c23f11236
branches:  trunk
changeset: 520421:f01c23f11236
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jan 10 05:17:20 2002 +0000

description:
revert previous, and reenable tools/makefs now that it works on
netbsd-current and netbsd-1-5

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 tools/Makefile      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f0e52bc49a40 -r f01c23f11236 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jan 10 05:03:45 2002 +0000
+++ b/share/mk/bsd.own.mk       Thu Jan 10 05:17:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.252 2002/01/09 16:58:36 tv Exp $
+#      $NetBSD: bsd.own.mk,v 1.253 2002/01/10 05:17:21 lukem Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -135,7 +135,7 @@
 LEX=           ${TOOLDIR}/bin/nblex
 LINT=          CC=${CC:Q} ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-lint
 LORDER=                NM=${NM:Q} ${TOOLDIR}/bin/nblorder
-#MAKEFS=               ${TOOLDIR}/bin/nbmakefs
+MAKEFS=                ${TOOLDIR}/bin/nbmakefs
 MAKEINFO=      ${TOOLDIR}/bin/nbmakeinfo
 MAKEWHATIS=    ${TOOLDIR}/bin/nbmakewhatis
 MDSETIMAGE=    ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-mdsetimage
diff -r f0e52bc49a40 -r f01c23f11236 tools/Makefile
--- a/tools/Makefile    Thu Jan 10 05:03:45 2002 +0000
+++ b/tools/Makefile    Thu Jan 10 05:17:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2002/01/09 16:58:35 tv Exp $
+#      $NetBSD: Makefile,v 1.28 2002/01/10 05:17:20 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -17,7 +17,7 @@
        yacc .WAIT \
                groff \
        lex .WAIT \
-               asn1_compile compile_et config lint1 msgc menuc \
+               asn1_compile compile_et config lint1 msgc menuc makefs \
                mklocale pwd_mkdb zic
 
 .if ${MKMAINTAINERTOOLS:Uno} != "no"



Home | Main Index | Thread Index | Old Index