diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 00:06:20 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 00:06:20 +0000 |
| commit | 35d1297447cc2d8cf4c1037079beafe876094b87 (patch) | |
| tree | abaa34bdde876fc22b783aa1c3c445615ac50b75 /openwrt/target/linux/Makefile | |
| parent | 196076cf2f58b0239a2a9df7d2b09274d23b81ec (diff) | |
| download | mtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.zip mtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.tar.gz mtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.tar.bz2 | |
large build system cleanup. added some stuff to control the verbosity level, but not complete, yet.
SVN-Revision: 2221
Diffstat (limited to 'openwrt/target/linux/Makefile')
| -rw-r--r-- | openwrt/target/linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 6fec977..2362ad6 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: |
