svn commit: r338735 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 17 22:14:54 UTC 2018


Author: bdrewery
Date: Mon Sep 17 22:14:53 2018
New Revision: 338735
URL: https://svnweb.freebsd.org/changeset/base/338735

Log:
  DIRS: installdirs should also be .PHONY
  
  Sponsored by:	Dell EMC
  Approved by:	re (gjb, kib)

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

Modified: head/share/mk/bsd.sys.mk
==============================================================================
--- head/share/mk/bsd.sys.mk	Mon Sep 17 20:15:18 2018	(r338734)
+++ head/share/mk/bsd.sys.mk	Mon Sep 17 22:14:53 2018	(r338735)
@@ -250,8 +250,8 @@ PHONY_NOTMAIN = analyze afterdepend afterinstall all b
 		beforelinking build build-tools buildconfig buildfiles \
 		buildincludes check checkdpadd clean cleandepend cleandir \
 		cleanobj configure depend distclean distribute exe \
-		files html includes install installconfig installfiles \
-		installincludes lint obj objlink objs objwarn \
+		files html includes install installconfig installdirs \
+		installfiles installincludes lint obj objlink objs objwarn \
 		realinstall tags whereobj
 
 # we don't want ${PROG} to be PHONY


More information about the svn-src-head mailing list