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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user