]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add missing targets to PHONY_NOTMAIN.
authorbdrewery <bdrewery@FreeBSD.org>
Wed, 14 Oct 2015 20:38:51 +0000 (20:38 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Wed, 14 Oct 2015 20:38:51 +0000 (20:38 +0000)
- buildconfig, installconfig (missed in r289085)
- files (missed in r241298)

Sponsored by: EMC / Isilon Storage Division

share/mk/bsd.sys.mk

index 044b668ebadaa9c68153cb348c0e27c4f5139707..d5a469676d41727c6694458ec7a244412721a54b 100644 (file)
@@ -165,13 +165,13 @@ CXXFLAGS+=         ${CXXFLAGS.${COMPILER_TYPE}}
 # Tell bmake not to mistake standard targets for things to be searched for
 # or expect to ever be up-to-date.
 PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
-               beforelinking build build-tools buildfiles buildincludes \
-               checkdpadd clean cleandepend cleandir cleanobj configure \
-               depend dependall distclean distribute exe \
-               html includes install installfiles installincludes lint \
-               obj objlink objs objwarn realall realdepend \
-               realinstall regress subdir-all subdir-depend subdir-install \
-               tags whereobj
+               beforelinking build build-tools buildconfig buildfiles \
+               buildincludes checkdpadd clean cleandepend cleandir cleanobj \
+               configure depend dependall distclean distribute exe \
+               files html includes install installconfig installfiles \
+               installincludes lint obj objlink objs objwarn realall \
+               realdepend realinstall regress subdir-all subdir-depend \
+               subdir-install tags whereobj
 
 # we don't want ${PROG} to be PHONY
 .PHONY: ${PHONY_NOTMAIN:N${PROG:U}}