change handling of the Build/Clean template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3930 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
6a048fa9e8
commit
94a4c42313
|
@ -257,10 +257,6 @@ define Build/Compile
|
|||
$(call Build/Compile/Default,)
|
||||
endef
|
||||
|
||||
define Build/Clean
|
||||
$(MAKE) clean
|
||||
endef
|
||||
|
||||
ifneq ($(DUMP),)
|
||||
dumpinfo: FORCE
|
||||
@$(DUMPINFO)
|
||||
|
@ -282,5 +278,6 @@ else
|
|||
clean-targets:
|
||||
clean: FORCE
|
||||
@$(MAKE) clean-targets
|
||||
$(call Build/Clean)
|
||||
rm -rf $(PKG_BUILD_DIR)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue