summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-21 20:04:06 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-21 20:04:06 +0100
commit97928cab4442cfab746142d1247c133bac65c5f7 (patch)
treeace5122a94128fbf66208e43fdbee52310658297 /Makefile
parentd6cd434d703ddb1a6d5ba813d6533408b45850d5 (diff)
downloadembtoolkit-97928cab4442cfab746142d1247c133bac65c5f7.tar.gz
embtoolkit-97928cab4442cfab746142d1247c133bac65c5f7.tar.bz2
embtoolkit-97928cab4442cfab746142d1247c133bac65c5f7.tar.xz
Build system: create FORCE and .PHONY targets to try to improve performance
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0150714..e8f3a19 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ export Q
-include .config
+EMBTK_PHONIES := All
EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
All: $(EMBTK_BUILD)
@@ -89,3 +90,6 @@ include mk/toolchain.mk
include mk/packages.mk
include mk/rootfs.mk
include mk/help.mk
+
+.PHONY: $(EMBTK_PHONIES)
+FORCE: