mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
get rid of old data before staging unstripped package binaries
SVN-Revision: 17498
This commit is contained in:
parent
e6ceb1cace
commit
d1f1ff5759
@ -59,6 +59,7 @@ ifeq ($(DUMP),)
|
||||
$(eval $(call BuildIPKGVariable,$(1),postrm))
|
||||
|
||||
$(STAGING_DIR_ROOT)/stamp/.$(1)_installed: $(STAMP_BUILT)
|
||||
rm -rf $(STAGING_DIR_ROOT)/tmp-$(1)
|
||||
mkdir -p $(STAGING_DIR_ROOT)/stamp $(STAGING_DIR_ROOT)/tmp-$(1)
|
||||
$(call Package/$(1)/install,$(STAGING_DIR_ROOT)/tmp-$(1))
|
||||
$(call Package/$(1)/install_lib,$(STAGING_DIR_ROOT)/tmp-$(1))
|
||||
|
Loading…
Reference in New Issue
Block a user