[Buildroot] [git commit] Makefile: remove 'toolchain' from .PHONY

Peter Korsgaard peter at korsgaard.com
Thu Jun 15 09:41:12 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=7f7b6a688025fb41f326124724ccc1e06ea6fe62
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

toolchain is a package, so it is already defined as .PHONY in the
inner-generic-package macro.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 499a39f..5f348b2 100644
--- a/Makefile
+++ b/Makefile
@@ -548,7 +548,7 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf
 
 world: target-post-image
 
-.PHONY: all world toolchain dirs clean distclean source outputmakefile \
+.PHONY: all world dirs clean distclean source outputmakefile \
 	legal-info legal-info-prepare legal-info-clean printvars help \
 	list-defconfigs target-finalize target-post-image source-check
 


More information about the buildroot mailing list