From c65955aa6a15b044fcdb98b09544536a57a6692c Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 22 Oct 2005 00:06:20 +0000 Subject: large build system cleanup. added some stuff to control the verbosity level, but not complete, yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2221 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/target/linux/Makefile') diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 6fec977d6..2362ad6dd 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -58,6 +58,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: cp $(TOPDIR)/rules.mk $(IB_DIR) cp -fpR ./image $(IB_DIR)/ cp $(TOPDIR)/.config $(IB_DIR)/ + find $(IB_DIR) -name .svn | xargs rm -rf find $(IB_DIR) -name CVS | xargs rm -rf (cd $(BUILD_DIR); tar c $(IB_NAME) | bzip2 -c > $(BIN_DIR)/$(IB_NAME).tar.bz2) @@ -66,8 +67,10 @@ install: $(BIN_DIR)/$(IB_NAME).tar.bz2 endif prepare: + @$(TRACE) target/linux/image/prepare $(MAKE) -C image prepare compile: + @$(TRACE) target/linux/image/compile $(MAKE) -C image compile install: rebuild: -- cgit v1.2.3