mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 03:24:43 +02:00
fix make target/linux/package/*-clean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
446614115a
commit
7446209d62
@ -16,6 +16,9 @@ clean: linux-clean utils-clean lzma-clean image_clean
|
|||||||
image_clean:
|
image_clean:
|
||||||
rm -f $(BIN_DIR)/openwrt-*
|
rm -f $(BIN_DIR)/openwrt-*
|
||||||
|
|
||||||
|
linux/package/%:
|
||||||
|
$(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
|
||||||
|
|
||||||
%-clean:
|
%-clean:
|
||||||
@$(TRACE) target/$(patsubst %-clean,%,$@)-clean
|
@$(TRACE) target/$(patsubst %-clean,%,$@)-clean
|
||||||
$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
||||||
@ -35,5 +38,4 @@ linux-imagebuilder:
|
|||||||
@$(TRACE) target/linux/imagebuilder
|
@$(TRACE) target/linux/imagebuilder
|
||||||
$(MAKE) -C linux imagebuilder
|
$(MAKE) -C linux imagebuilder
|
||||||
|
|
||||||
linux/package/%:
|
|
||||||
$(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
|
|
||||||
|
@ -55,7 +55,9 @@ KPKG_MAKEOPTS += BUILD_DIR="$(LINUX_BUILD_DIR)"
|
|||||||
|
|
||||||
%-clean:
|
%-clean:
|
||||||
@$(START_TRACE) "target/linux/package/$(patsubst %-clean,%,$@)-clean: "
|
@$(START_TRACE) "target/linux/package/$(patsubst %-clean,%,$@)-clean: "
|
||||||
@$(MAKE) -C $(patsubst %-clean,%,$@) clean
|
@$(MAKE) -C $(patsubst %-clean,%,$@) \
|
||||||
|
$(KPKG_MAKEOPTS) \
|
||||||
|
clean
|
||||||
@$(CMD_TRACE) " done"
|
@$(CMD_TRACE) " done"
|
||||||
@$(END_TRACE)
|
@$(END_TRACE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user