Date: Sun, 9 Nov 1997 19:19:06 +0100 (MET) From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: current@freebsd.org Subject: make world junkies Message-ID: <199711091819.TAA00703@panke.panke.de>
next in thread | raw e-mail | index | archive | help
There is an old bug in the subdir target. Can someone apply
the patch and verify that no Makefile depend on this bug? E.g.
Run `make release' with and without the patch and compare
the numbers of file names and the total size of the release?
PR: bin/4736
Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk 1997/06/21 15:40:34 1.18
+++ bsd.subdir.mk 1997/11/09 18:04:33
@@ -59,7 +59,7 @@
.for __target in all checkdpadd clean cleandir depend lint \
maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
${__target}: _SUBDIRUSE
.endif
.endfor
--
Wolfram Schneider <wosch@apfel.de> http://www.apfel.de/~wosch/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711091819.TAA00703>
