Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Remove an unneeded test (.if defined(V)) in .for v ...
details: https://anonhg.NetBSD.org/src/rev/b09d151434f8
branches: trunk
changeset: 749429:b09d151434f8
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Nov 29 16:00:00 2009 +0000
description:
Remove an unneeded test (.if defined(V)) in .for v in ${V} ... .endfor.
Tested by running build.sh distribution.
diffstat:
share/mk/bsd.subdir.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c08abb5fb196 -r b09d151434f8 share/mk/bsd.subdir.mk
--- a/share/mk/bsd.subdir.mk Sun Nov 29 15:17:30 2009 +0000
+++ b/share/mk/bsd.subdir.mk Sun Nov 29 16:00:00 2009 +0000
@@ -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 # }
Home |
Main Index |
Thread Index |
Old Index