mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-09 15:52:51 +01:00
change handling of the Build/Clean template
SVN-Revision: 3930
This commit is contained in:
parent
faf7e1a5dd
commit
6257403c0c
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue