summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 01:40:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 01:40:50 +0000
commitc480aa15c1cafb826d88bbce259013e7022c95ac (patch)
treef1867f82f98ef29dcb1cce4dfdf9085753934f46 /openwrt/target/linux/image/Makefile
parent35d1297447cc2d8cf4c1037079beafe876094b87 (diff)
downloadmtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.zip
mtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.tar.gz
mtk-20170518-c480aa15c1cafb826d88bbce259013e7022c95ac.tar.bz2
add some more verbosity stuff
SVN-Revision: 2222
Diffstat (limited to 'openwrt/target/linux/image/Makefile')
-rw-r--r--openwrt/target/linux/image/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile
index 1dd48c7..68b1bd3 100644
--- a/openwrt/target/linux/image/Makefile
+++ b/openwrt/target/linux/image/Makefile
@@ -15,8 +15,16 @@ include ./tgz.mk
endif
prepare:
+ @$(PKG_TRACE) Preparing...
+ $(MAKE) prepare-targets $(MAKE_TRACE)
compile:
+ @$(PKG_TRACE) Compiling...
+ $(MAKE) compile-targets $(MAKE_TRACE)
install:
+ @$(PKG_TRACE) Installing...
+ $(MAKE) install-targets $(MAKE_TRACE)
+
+.PHONY: prepare compile install
$(BOARD)-compile:
@$(TRACE) target/linux/image/$(BOARD)/prepare
@@ -38,4 +46,6 @@ install-prepare:
rebuild: clean prepare compile install
clean:
+ @$(PKG_TRACE) Cleaning...
+ $(MAKE) clean-targets $(MAKE_TRACE)