summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-22 16:13:17 +0000
committersjg <sjg@FreeBSD.org>2015-06-22 16:13:17 +0000
commit02d7ae730fc9c5124404c198577ff316d04fe58d (patch)
tree0c51b4f6ced873fbb464f96c75af07a667af22b8 /Makefile
parentb4401c18a135aa583e2ad85e80fcbcaaebdc70bd (diff)
downloadFreeBSD-src-02d7ae730fc9c5124404c198577ff316d04fe58d.zip
FreeBSD-src-02d7ae730fc9c5124404c198577ff316d04fe58d.tar.gz
targets now needs .PHONY
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac62b98..261e3b4 100644
--- a/Makefile
+++ b/Makefile
@@ -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}}
OpenPOWER on IntegriCloud