mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add some more verbosity stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2222 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user