summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/imagebuilder
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 23:29:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 23:29:05 +0000
commit9ba9373d546ff96369d03dcf2d92486dbf7f3d26 (patch)
treecd46b0bc66c1e5df3afb9975edd6dcbd841d4be9 /openwrt/target/linux/imagebuilder
parent00b53c7433a39b169c54a8da50c580d63cf798ca (diff)
downloadmtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.zip
mtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.tar.gz
mtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.tar.bz2
cleanup; replace .PHONY with FORCE; disable gdb by default
SVN-Revision: 3877
Diffstat (limited to 'openwrt/target/linux/imagebuilder')
-rw-r--r--openwrt/target/linux/imagebuilder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile
index 4afb4d4..53e8dfc 100644
--- a/openwrt/target/linux/imagebuilder/Makefile
+++ b/openwrt/target/linux/imagebuilder/Makefile
@@ -21,12 +21,12 @@ endef
include ./kernel.mk
-clean:
+clean: FORCE
@rm -rf $(LINUX_BUILD_DIR)/root*
@rm -rf $(BIN_DIR)
all:
-build:
+build: FORCE
echo
echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)'
echo