X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/25768f1c4d22195764ef1e818d25d2b14f95bb97..8e2a30f6f4baf326b0446f3d0d9978cd15e6a847:/openwrt/target/linux/image/Makefile?ds=sidebyside diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile index 68b1bd39c..2018a8e67 100644 --- a/openwrt/target/linux/image/Makefile +++ b/openwrt/target/linux/image/Makefile @@ -15,13 +15,10 @@ 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 @@ -46,6 +43,4 @@ install-prepare: rebuild: clean prepare compile install clean: - @$(PKG_TRACE) Cleaning... $(MAKE) clean-targets $(MAKE_TRACE) -