diff options
author | sjg <sjg@FreeBSD.org> | 2015-06-22 16:13:17 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2015-06-22 16:13:17 +0000 |
commit | 02d7ae730fc9c5124404c198577ff316d04fe58d (patch) | |
tree | 0c51b4f6ced873fbb464f96c75af07a667af22b8 /Makefile | |
parent | b4401c18a135aa583e2ad85e80fcbcaaebdc70bd (diff) | |
download | FreeBSD-src-02d7ae730fc9c5124404c198577ff316d04fe58d.zip FreeBSD-src-02d7ae730fc9c5124404c198577ff316d04fe58d.tar.gz |
targets now needs .PHONY
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}} |