From 8e88fa2eca4dfa6039340c2191a561979a9b6ec8 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 8 Sep 2015 04:41:04 +0000 Subject: 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. --- pkgtools/bootstrap-mk-files/Makefile | 4 ++-- pkgtools/bootstrap-mk-files/files/bsd.README | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'pkgtools') 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 contains the default targets for building subdirectories. It has the same eight targets as : 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 -- cgit v1.2.3