Module Name: src
Committed By: uebayasi
Date: Sun Nov 29 16:00:00 UTC 2009
Modified Files:
src/share/mk: bsd.subdir.mk
Log Message:
Remove an unneeded test (.if defined(V)) in .for v in ${V} ... .endfor.
Tested by running build.sh distribution.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/mk/bsd.subdir.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.subdir.mk
diff -u src/share/mk/bsd.subdir.mk:1.49 src/share/mk/bsd.subdir.mk:1.50
--- src/share/mk/bsd.subdir.mk:1.49 Sat Oct 25 14:58:00 2008
+++ src/share/mk/bsd.subdir.mk Sun Nov 29 16:00:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.subdir.mk,v 1.49 2008/10/25 14:58:00 apb Exp $
+# $NetBSD: bsd.subdir.mk,v 1.50 2009/11/29 16:00:00 uebayasi Exp $
# @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93
.include <bsd.init.mk>
@@ -35,10 +35,8 @@
SUBDIR_${targ} += ${targ}-${dir}
.endif
.endfor
-.if defined(__REALSUBDIR)
subdir-${targ}: .PHONY ${SUBDIR_${targ}}
${targ}: subdir-${targ}
-.endif
.endfor
.endif # ! NOSUBDIR # }