mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-07 08:00:15 +04:00
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
SVN-Revision: 17167
This commit is contained in:
@@ -23,7 +23,7 @@ endif
|
||||
$(curdir)/install:=$(curdir)/install-cleanup
|
||||
|
||||
$(curdir)/cleanup: $(TMP_DIR)/.build
|
||||
rm -rf $(TARGET_DIR)
|
||||
rm -rf $(TARGET_DIR) $(STAGING_DIR_ROOT)
|
||||
|
||||
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
|
||||
@-$(MAKE) package/preconfig
|
||||
|
||||
Reference in New Issue
Block a user