Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 04:31:35 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r319187 - stable/11/share/mk
Message-ID:  <201705300431.v4U4VZ8m087937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue May 30 04:31:35 2017
New Revision: 319187
URL: https://svnweb.freebsd.org/changeset/base/319187

Log:
  MFC r307741:
  r307741 (by emaste):
  
  Allow all subdirectories to be optional via SUBDIR.${MK_*}
  
  Tested by:	br
  Pointy hat to:	emaste

Modified:
  stable/11/share/mk/bsd.subdir.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/mk/bsd.subdir.mk
==============================================================================
--- stable/11/share/mk/bsd.subdir.mk	Tue May 30 04:27:05 2017	(r319186)
+++ stable/11/share/mk/bsd.subdir.mk	Tue May 30 04:31:35 2017	(r319187)
@@ -113,7 +113,7 @@ install:	beforeinstall realinstall afterinstall
 # SUBDIR recursing may be disabled for MK_DIRDEPS_BUILD
 .if !target(_SUBDIR)
 
-.if defined(SUBDIR)
+.if defined(SUBDIR) || defined(SUBDIR.yes)
 SUBDIR:=${SUBDIR} ${SUBDIR.yes}
 SUBDIR:=${SUBDIR:u}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705300431.v4U4VZ8m087937>