summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-21 20:37:33 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-21 20:37:33 +0100
commit2e1b6bfda921dcb853141304b2c487b1c61d6a30 (patch)
treec09c1481cd7823c55c7c705f2777b29fabf0a922 /Makefile
parent97928cab4442cfab746142d1247c133bac65c5f7 (diff)
downloadembtoolkit-2e1b6bfda921dcb853141304b2c487b1c61d6a30.tar.gz
embtoolkit-2e1b6bfda921dcb853141304b2c487b1c61d6a30.tar.bz2
embtoolkit-2e1b6bfda921dcb853141304b2c487b1c61d6a30.tar.xz
Revert "Build system: create FORCE and .PHONY targets to try to improve performance"
This reverts commit 97928cab4442cfab746142d1247c133bac65c5f7. We are not ready for this, it breaks many packages install target. Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e8f3a19..0150714 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,6 @@ export Q
-include .config
-EMBTK_PHONIES := All
EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig)
All: $(EMBTK_BUILD)
@@ -90,6 +89,3 @@ include mk/toolchain.mk
include mk/packages.mk
include mk/rootfs.mk
include mk/help.mk
-
-.PHONY: $(EMBTK_PHONIES)
-FORCE: