mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
clean up after staging packages
SVN-Revision: 9909
This commit is contained in:
parent
2a45adfcda
commit
3de5e1d29a
@ -82,6 +82,7 @@ define Build/DefaultTargets
|
||||
(cd $(TMP_DIR)/stage-$(PKG_NAME)/host; find > $(STAGING_DIR_HOST)/packages/$(PKG_NAME).list); \
|
||||
$(CP) $(TMP_DIR)/stage-$(PKG_NAME)/host/* $(STAGING_DIR_HOST)/; \
|
||||
fi
|
||||
rm -rf $(TMP_DIR)/stage-$(PKG_NAME)
|
||||
touch $$@
|
||||
|
||||
ifdef Build/InstallDev
|
||||
|
Loading…
Reference in New Issue
Block a user