From 06265758beb1721526360aa01176dd70d8a9e1d4 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 31 May 2006 23:29:05 +0000 Subject: cleanup; replace .PHONY with FORCE; disable gdb by default git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 58fc5eb87..709a2080a 100644 --- a/target/Makefile +++ b/target/Makefile @@ -13,20 +13,20 @@ compile: linux-compile install: image_clean linux-install clean: linux-clean utils-clean lzma-clean image_clean -image_clean: +image_clean: FORCE rm -f $(BIN_DIR)/openwrt-* -%-clean: +%-clean: FORCE $(MAKE) -C $(patsubst %-clean,%,$@) clean -%-prepare: +%-prepare: FORCE $(MAKE) -C $(patsubst %-prepare,%,$@) prepare %-compile: %-prepare $(MAKE) -C $(patsubst %-compile,%,$@) compile -%-rebuild: +%-rebuild: FORCE $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile $(MAKE) -C $(patsubst %-install,%,$@) install -linux-imagebuilder: +linux-imagebuilder: FORCE $(MAKE) -C linux imagebuilder -- cgit v1.2.3