Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/mk Pull up revision 1.309 (requested by thorpej i...
details: https://anonhg.NetBSD.org/src/rev/55045e464405
branches: netbsd-1-6
changeset: 529615:55045e464405
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 12:31:00 2002 +0000
description:
Pull up revision 1.309 (requested by thorpej in ticket #827):
No longer have to invoke lorder with the shell explicitly;
the host tool is patched to use the working shell as the
interpreter.
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 86377bd1d106 -r 55045e464405 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Dec 01 12:28:52 2002 +0000
+++ b/share/mk/bsd.own.mk Sun Dec 01 12:31:00 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.294.2.5 2002/11/30 15:17:08 he Exp $
+# $NetBSD: bsd.own.mk,v 1.294.2.6 2002/12/01 12:31:00 he Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -137,7 +137,7 @@
INSTALL_INFO= ${TOOLDIR}/bin/nbinstall-info
LEX= ${TOOLDIR}/bin/nblex
LINT= CC=${CC:Q} ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-lint
-LORDER= NM=${NM:Q} MKTEMP=${MKTEMP:Q} sh ${TOOLDIR}/bin/nblorder
+LORDER= NM=${NM:Q} MKTEMP=${MKTEMP:Q} ${TOOLDIR}/bin/nblorder
M4= ${TOOLDIR}/bin/nbm4
MAKEFS= ${TOOLDIR}/bin/nbmakefs
MAKEINFO= ${TOOLDIR}/bin/nbmakeinfo
Home |
Main Index |
Thread Index |
Old Index