cleaned up use of .PHONY in Makefiles

This commit is contained in:
Forest Darling
2020-09-20 16:53:33 -05:00
parent 44ea7eb4bd
commit f48048b489
6 changed files with 18 additions and 18 deletions

View File

@@ -399,7 +399,12 @@ include base.mak
# Listing of phony targets
#
.PHONY: all build flash clean \
boot boot_clean boot_flash btburn boot_btflash boot_flash\
elf lss sym \
showsize gccversion tbl f3_boot binall deploy format f3_all_btburn all_btburn f3_all_flash all_flash
.PHONY: all build clean \
elf hex bin lss sym tbl \
boot boot_flash boot_brburn \
f3_boot f3_boot_flash f3_boot_btburn \
f3 f3_flash f3_btburn \
f1 f1_flash \
f3_all_btburn all_btburn all_flash f3_all_flash \
deploy \
format

View File

@@ -89,3 +89,5 @@ flash: $(TARGET).bin
include toolchain.mak
-include toolchain-user.mak
.PHONY: gccversion showsize btburn flash

View File

@@ -155,7 +155,5 @@ include base.mak
# Listing of phony targets
#
.PHONY: all build flash btfash clean \
boot boot_clean boot_flash \
elf lss sym \
showsize gccversion
.PHONY: all build clean \
elf hex bin lss sym

View File

@@ -175,7 +175,5 @@ include base.mak
# Listing of phony targets
#
.PHONY: all build flash clean \
boot boot_clean boot_flash btburn boot_btflash boot_flash\
elf lss sym \
showsize gccversion
.PHONY: all build clean \
elf hex bin lss sym

View File

@@ -155,5 +155,4 @@ include toolchain.mak
# Listing of phony targets
#
.PHONY: all build flash clean \
elf lss sym \
showsize gccversion
elf hex bin lss sym

View File

@@ -227,7 +227,5 @@ include base.mak
# Listing of phony targets
#
.PHONY: all build flash clean \
boot boot_clean boot_flash btburn boot_btflash boot_flash\
elf lss sym \
showsize gccversion tbl
.PHONY: all build clean \
elf hex bin lss sym tbl