svn commit: r338737 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 17 22:15:10 UTC 2018


Author: bdrewery
Date: Mon Sep 17 22:15:09 2018
New Revision: 338737
URL: https://svnweb.freebsd.org/changeset/base/338737

Log:
  installdirs can be a recursive/standalone target.
  
  Sponsored by:	Dell EMC
  Approved by:	re (gjb)

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

Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk	Mon Sep 17 22:15:06 2018	(r338736)
+++ head/share/mk/bsd.subdir.mk	Mon Sep 17 22:15:09 2018	(r338737)
@@ -46,6 +46,7 @@ SUBDIR_TARGETS+= \
 		all all-man analyze buildconfig buildfiles buildincludes \
 		checkdpadd clean cleandepend cleandir cleanilinks \
 		cleanobj depend distribute files includes installconfig \
+		installdirs \
 		installfiles installincludes print-dir realinstall \
 		maninstall manlint ${_obj} objlink tags \
 
@@ -53,7 +54,7 @@ SUBDIR_TARGETS+= \
 STANDALONE_SUBDIR_TARGETS+= \
 		all-man buildconfig buildfiles buildincludes check checkdpadd \
 		clean cleandepend cleandir cleanilinks cleanobj files includes \
-		installconfig installincludes installfiles print-dir \
+		installconfig installdirs installincludes installfiles print-dir \
 		maninstall manlint obj objlink
 
 # It is safe to install in parallel when staging.


More information about the svn-src-all mailing list