perf: make cleaning non-fatal if $(PKG_BUILD_DIR) does not exist
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@35235 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
196751a05a
commit
08683af45c
@ -37,7 +37,8 @@ endef
|
||||
# MAKE_FLAGS should be passed again upon cleaning because Perf's makefile
|
||||
# always performs checks before processing any rule
|
||||
define Build/Clean
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
-$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
NO_DWARF=1 \
|
||||
$(MAKE_FLAGS) \
|
||||
clean
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user