Source-Changes-HG archive

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

[src/trunk]: src/tools Move around the MAKE_ARGS assignments to put the := as...



details:   https://anonhg.NetBSD.org/src/rev/b1b85441ead0
branches:  trunk
changeset: 517449:b1b85441ead0
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 13 04:43:25 2001 +0000

description:
Move around the MAKE_ARGS assignments to put the := as early as possible.

diffstat:

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

diffs (26 lines):

diff -r 3ec51bcbff0f -r b1b85441ead0 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Tue Nov 13 04:38:13 2001 +0000
+++ b/tools/Makefile.gnuhost    Tue Nov 13 04:43:25 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.2 2001/11/13 04:28:27 tv Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.3 2001/11/13 04:43:25 tv Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -50,14 +50,14 @@
 
 CONFIGURE_ARGS+=--prefix=${TOOLDIR} --disable-shared
 
-MAKE_ARGS+=    LEX=true BISON=true DESTDIR= INSTALL="${INSTALL_FILE}"
-
 .ifndef _NOWRAPPER
 MAKE_ARGS:=    -f ${.PARSEDIR}/Makefile.gnuwrap ${MAKE_ARGS}
 .else
 MAKE_ARGS+=    _NOWRAPPER=1
 .endif
 
+MAKE_ARGS+=    LEX=true BISON=true DESTDIR= INSTALL="${INSTALL_FILE}"
+
 ALL_TARGET?=   all
 INSTALL_TARGET?=install
 



Home | Main Index | Thread Index | Old Index