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
This commit is contained in:
uwe 2010-05-26 01:10:10 +00:00
parent 869e556be3
commit 94642857bf
1 changed files with 1 additions and 4 deletions

View File

@ -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 @@ NOSUBDIR If this variable is defined, then the SUBDIR variable
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