1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make log output a bit nicer

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-10-22 15:10:20 +00:00
parent 5b8944fc71
commit 0781686bc6
11 changed files with 55 additions and 35 deletions

View File

@@ -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,5 @@ install-prepare:
rebuild: clean prepare compile install
clean:
@$(PKG_TRACE) Cleaning...
$(MAKE) clean-targets $(MAKE_TRACE)