mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 15:21:05 +02:00
change handling of the Build/Clean template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3930 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c9d7a5f27
commit
7aecf3babe
@ -257,10 +257,6 @@ define Build/Compile
|
|||||||
$(call Build/Compile/Default,)
|
$(call Build/Compile/Default,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Clean
|
|
||||||
$(MAKE) clean
|
|
||||||
endef
|
|
||||||
|
|
||||||
ifneq ($(DUMP),)
|
ifneq ($(DUMP),)
|
||||||
dumpinfo: FORCE
|
dumpinfo: FORCE
|
||||||
@$(DUMPINFO)
|
@$(DUMPINFO)
|
||||||
@ -282,5 +278,6 @@ else
|
|||||||
clean-targets:
|
clean-targets:
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
@$(MAKE) clean-targets
|
@$(MAKE) clean-targets
|
||||||
|
$(call Build/Clean)
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
rm -rf $(PKG_BUILD_DIR)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user