svn commit: r289277 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 14 00:36:35 UTC 2015


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}:


More information about the svn-src-all mailing list