Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk No longer have to invoke lorder with the shell expl...
details: https://anonhg.NetBSD.org/src/rev/ce3ad2f7a1ba
branches: trunk
changeset: 536421:ce3ad2f7a1ba
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Sep 15 17:07:14 2002 +0000
description:
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 6df414cc6435 -r ce3ad2f7a1ba share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Sep 15 17:05:26 2002 +0000
+++ b/share/mk/bsd.own.mk Sun Sep 15 17:07:14 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.308 2002/09/14 05:01:45 thorpej Exp $
+# $NetBSD: bsd.own.mk,v 1.309 2002/09/15 17:07:14 thorpej 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