mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
large build system cleanup. added some stuff to control the verbosity level, but not complete, yet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -34,20 +34,24 @@ MAKEOPTS:= BOARD="$(BOARD)" \
|
||||
|
||||
|
||||
%-prepare:
|
||||
@$(TRACE) target/linux/package/$(patsubst %-prepare,%,$@)-prepare
|
||||
$(MAKE) -C $(patsubst %-prepare,%,$@) \
|
||||
$(MAKEOPTS) \
|
||||
prepare
|
||||
|
||||
%-compile: %-prepare
|
||||
@$(TRACE) target/linux/package/$(patsubst %-compile,%,$@)-compile
|
||||
$(MAKE) -C $(patsubst %-compile,%,$@) \
|
||||
$(MAKEOPTS) \
|
||||
compile
|
||||
|
||||
%-install: %-compile
|
||||
@$(TRACE) target/linux/package/$(patsubst %-install,%,$@)-install
|
||||
$(MAKE) -C $(patsubst %-install,%,$@) \
|
||||
$(MAKEOPTS) \
|
||||
install
|
||||
|
||||
%-clean:
|
||||
@$(TRACE) target/linux/package/$(patsubst %-clean,%,$@)-clean
|
||||
@$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user