Source-Changes-HG archive

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

[src/trunk]: src/tools Use ${_srcdir} in .MADE, and add "Makefile" to the list.



details:   https://anonhg.NetBSD.org/src/rev/acb86df63bd3
branches:  trunk
changeset: 517447:acb86df63bd3
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Nov 13 04:37:00 2001 +0000

description:
Use ${_srcdir} in .MADE, and add "Makefile" to the list.

diffstat:

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

diffs (21 lines):

diff -r 6755191045b7 -r acb86df63bd3 tools/Makefile.gnuwrap
--- a/tools/Makefile.gnuwrap    Tue Nov 13 04:28:27 2001 +0000
+++ b/tools/Makefile.gnuwrap    Tue Nov 13 04:37:00 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuwrap,v 1.3 2001/11/13 04:28:27 tv Exp $
+#      $NetBSD: Makefile.gnuwrap,v 1.4 2001/11/13 04:37:00 tv Exp $
 #
 # Wrapper for GNU Makefiles.
 
@@ -9,7 +9,10 @@
 # Prevent targets in source directories from being rebuilt.
 
 _srcdir:=      ${srcdir}
-.MADE:         ${.ALLTARGETS:M${srcdir}/*}
+.MADE:         ${.ALLTARGETS:M${_srcdir}/*} Makefile
+
+.BEGIN:
+       @echo hi
 
 # Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree).
 .po.gmo .l.c .y.c .y.h:



Home | Main Index | Thread Index | Old Index