Author: sjg
Date: Mon Jun 22 16:13:17 2015
New Revision: 284699
URL: https://svnweb.freebsd.org/changeset/base/284699

Log:
  targets now needs .PHONY

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile       Mon Jun 22 08:26:28 2015        (r284698)
+++ head/Makefile       Mon Jun 22 16:13:17 2015        (r284699)
@@ -408,7 +408,7 @@ UNIVERSE_TARGET?=   buildworld
 .endif
 KERNSRCDIR?=           ${.CURDIR}/sys
 
-targets:
+targets:       .PHONY
        @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
 .for target in ${TARGETS}
 .for target_arch in ${TARGET_ARCHES_${target}}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to