Source-Changes-HG archive

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

[src/netbsd-2-0]: src/tools Pull up revision 1.28 (requested by jmc in ticket...



details:   https://anonhg.NetBSD.org/src/rev/ef3a31f43b1d
branches:  netbsd-2-0
changeset: 561550:ef3a31f43b1d
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:45:50 2004 +0000

description:
Pull up revision 1.28 (requested by jmc in ticket #529):
Add $MAKE to env also. From PR#25952

diffstat:

 tools/Makefile.gnuhost |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f444b2601ca5 -r ef3a31f43b1d tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Tue Jun 22 07:42:28 2004 +0000
+++ b/tools/Makefile.gnuhost    Tue Jun 22 07:45:50 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.26.2.1 2004/06/14 18:10:42 tron Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.26.2.2 2004/06/22 07:45:50 tron Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -52,6 +52,7 @@
                INSTALL=${HOST_INSTALL_FILE:Q} \
                LDFLAGS=${HOST_LDFLAGS:Q} \
                LEX=${LEX:Q} \
+               MAKE=${MAKE:Q} \
                PATH="${TOOLDIR}/bin:$$PATH" \
                YACC=${YACC:Q}
 



Home | Main Index | Thread Index | Old Index