From 2e1b6bfda921dcb853141304b2c487b1c61d6a30 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 21 Jan 2012 20:37:33 +0100 Subject: 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 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3