mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
targets now needs .PHONY
This commit is contained in:
parent
4eea8d9b41
commit
65faab7f4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284699
2
Makefile
2
Makefile
@ -408,7 +408,7 @@ UNIVERSE_TARGET?= buildworld
|
|||||||
.endif
|
.endif
|
||||||
KERNSRCDIR?= ${.CURDIR}/sys
|
KERNSRCDIR?= ${.CURDIR}/sys
|
||||||
|
|
||||||
targets:
|
targets: .PHONY
|
||||||
@echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
|
@echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
|
||||||
.for target in ${TARGETS}
|
.for target in ${TARGETS}
|
||||||
.for target_arch in ${TARGET_ARCHES_${target}}
|
.for target_arch in ${TARGET_ARCHES_${target}}
|
||||||
|
Loading…
Reference in New Issue
Block a user