diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:13:35 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:13:35 +0000 |
commit | 9dc08e67145adac3184a57098d7980e71308c674 (patch) | |
tree | 7fdc8b4032c0862465d4c0ca6419c1b7c8bbc638 | |
parent | fabc8d03d5684183f6e441d7930e3531c53d7482 (diff) | |
download | FreeBSD-src-9dc08e67145adac3184a57098d7980e71308c674.zip FreeBSD-src-9dc08e67145adac3184a57098d7980e71308c674.tar.gz |
Remove more references to targets we've never had.
Sponsored by: EMC / Isilon Storage Division
-rw-r--r-- | share/mk/bsd.sys.mk | 7 | ||||
-rw-r--r-- | sys/conf/kern.mk | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 2ce5beb..1ca9600 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -179,11 +179,10 @@ CXXFLAGS+= ${CXXFLAGS.${COMPILER_TYPE}} PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \ beforelinking build build-tools buildconfig buildfiles \ buildincludes check checkdpadd clean cleandepend cleandir \ - cleanobj configure depend dependall distclean distribute exe \ + cleanobj configure depend distclean distribute exe \ files html includes install installconfig installfiles \ - installincludes lint obj objlink objs objwarn realall \ - realdepend realinstall subdir-all subdir-depend \ - subdir-install tags whereobj + installincludes lint obj objlink objs objwarn \ + realinstall tags whereobj # we don't want ${PROG} to be PHONY .PHONY: ${PHONY_NOTMAIN:N${PROG:U}} diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 8b88d61..085d78f 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -210,10 +210,10 @@ CFLAGS+= ${CFLAGS.${COMPILER_TYPE}} ${CFLAGS.${.IMPSRC:T}} PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \ beforelinking build build-tools buildfiles buildincludes \ checkdpadd clean cleandepend cleandir cleanobj configure \ - depend dependall distclean distribute exe \ + depend distclean distribute exe \ html includes install installfiles installincludes lint \ - obj objlink objs objwarn realall realdepend \ - realinstall regress subdir-all subdir-depend subdir-install \ + obj objlink objs objwarn \ + realinstall regress \ tags whereobj .PHONY: ${PHONY_NOTMAIN} |