Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2018 22:14:53 +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: r338735 - head/share/mk
Message-ID:  <201809172214.w8HMErR7052070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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