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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"