svn commit: r284699 - head
Simon J. Gerraty
sjg at FreeBSD.org
Mon Jun 22 16:13:18 UTC 2015
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}}
More information about the svn-src-all
mailing list