diff options
author | dholland <dholland@pkgsrc.org> | 2015-09-08 04:41:04 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-09-08 04:41:04 +0000 |
commit | 8e88fa2eca4dfa6039340c2191a561979a9b6ec8 (patch) | |
tree | d541714cceb64223952a2f781ef3df437bcb172a /pkgtools | |
parent | c2f8f1c6c220ab758d9de3ca5e2824f75478cb45 (diff) | |
download | pkgsrc-8e88fa2eca4dfa6039340c2191a561979a9b6ec8.tar.gz |
Per PR 43356, remove references to rules for 'make subdir' for any
subdir in SUBDIRS, as that feature was removed in 1999.
Bump package date to 20150908 as this is a change, even if it's a
fairly minor change.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/bootstrap-mk-files/files/bsd.README | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 220b73c8938..044a94e7701 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2015/08/31 09:03:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.49 2015/09/08 04:41:04 dholland Exp $ -PKGNAME= bootstrap-mk-files-20150831 +PKGNAME= bootstrap-mk-files-20150908 CATEGORIES= pkgtools CONFLICTS+= mk-files-[0-9]* diff --git a/pkgtools/bootstrap-mk-files/files/bsd.README b/pkgtools/bootstrap-mk-files/files/bsd.README index 0f774e0f4e0..9af9122fc97 100644 --- a/pkgtools/bootstrap-mk-files/files/bsd.README +++ b/pkgtools/bootstrap-mk-files/files/bsd.README @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.2 2009/12/30 20:46:22 abs Exp $ +# $NetBSD: bsd.README,v 1.3 2015/09/08 04:41:04 dholland Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the new make "include" files for the BSD @@ -473,9 +473,7 @@ The include file <bsd.subdir.mk> contains the default targets for building subdirectories. It has the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend, includes, install, lint, and tags. For all of the directories listed in the variable 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 -the variable SUBDIR. +will be visited and the target made. As a special case, the use of a token .WAIT as an entry in SUBDIR acts as a synchronization barrier when multiple make jobs are run; subdirs |