Module Name: src
Committed By: uwe
Date: Wed May 26 01:10:10 UTC 2010
Modified Files:
src/share/mk: bsd.README
Log Message:
bsd.subdir.mk - don't mention "make subdir" where subdir is any
directory listed in ${SUBDIR} as ${dir}: all-${dir} alias was removed
from 11 years ago (revision 1.31)
PR bin/43356
To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/share/mk/bsd.README
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.README
diff -u src/share/mk/bsd.README:1.266 src/share/mk/bsd.README:1.267
--- src/share/mk/bsd.README:1.266 Fri Apr 23 19:41:03 2010
+++ src/share/mk/bsd.README Wed May 26 01:10:10 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.266 2010/04/23 19:41:03 joerg Exp $
+# $NetBSD: bsd.README,v 1.267 2010/05/26 01:10:10 uwe Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1478,9 +1478,6 @@
SUBDIR For all of the directories listed in ${SUBDIR}, the
specified directory will be visited and the target made.
- There is also a default target which allows the command
- "make subdir" where subdir is any directory listed in
- ${SUBDIR}.
As a special case, the use of a token .WAIT as an
entry in SUBDIR acts as a synchronization barrier