Source-Changes-HG archive

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

[src/trunk]: src/tools Make sure the wrapper is used recursively. -f is not ...



details:   https://anonhg.NetBSD.org/src/rev/b89ab91b814d
branches:  trunk
changeset: 517445:b89ab91b814d
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 13 04:01:49 2001 +0000

description:
Make sure the wrapper is used recursively.  -f is not propagated to MAKEFLAGS.

diffstat:

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

diffs (17 lines):

diff -r 283db4f17424 -r b89ab91b814d tools/Makefile.gnuwrap
--- a/tools/Makefile.gnuwrap    Tue Nov 13 03:27:50 2001 +0000
+++ b/tools/Makefile.gnuwrap    Tue Nov 13 04:01:49 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuwrap,v 1.1 2001/11/12 23:16:23 tv Exp $
+#      $NetBSD: Makefile.gnuwrap,v 1.2 2001/11/13 04:01:49 tv Exp $
 #
 # Wrapper for GNU Makefiles.
 
@@ -12,3 +12,7 @@
 # Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree).
 .po.gmo .l.c .y.c .y.h:
        @true
+
+# Make sure this file gets re-loaded recursively.
+_GNUWRAPPER:=  ${.PARSEDIR}/${.PARSEFILE}
+MAKE:=         ${MAKE} -f ${_GNUWRAPPER}



Home | Main Index | Thread Index | Old Index