Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 00:36:33 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289277 - head/share/mk
Message-ID:  <201510140036.t9E0aXBG030179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Oct 14 00:36:33 2015
New Revision: 289277
URL: https://svnweb.freebsd.org/changeset/base/289277

Log:
  Add a note about the mysterious files/includes/config block.
  
  This originated from r96668.

Modified:
  head/share/mk/bsd.subdir.mk

Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk	Wed Oct 14 00:35:37 2015	(r289276)
+++ head/share/mk/bsd.subdir.mk	Wed Oct 14 00:36:33 2015	(r289277)
@@ -123,6 +123,9 @@ _sub.${__target}: _SUBDIR
 .endif
 .endfor
 
+# This is to support 'make includes' calling 'make buildincludes' and
+# 'make installincludes' in the proper order, and to support these
+# targets as SUBDIR_TARGETS.
 .for __target in files includes config
 .for __stage in build install
 ${__stage}${__target}:



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