From: nbd Date: Wed, 10 Jan 2007 21:21:59 +0000 (+0000) Subject: don't mess with the staging dir too much when building the sdk X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=1d7752278757a081a51933b6e687ad41157ce949 don't mess with the staging dir too much when building the sdk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 76e0afc788..56a6c97ecd 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -19,16 +19,16 @@ SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME) all: compile $(BIN_DIR)/$(SDK_NAME).tar.bz2: - (cd $(STAGING_DIR); \ - rm -rf info man share stampfiles; \ - cd usr; \ - rm -rf doc info man share; \ - ) rm -rf $(SDK_BUILD_DIR) mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package $(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/ $(TAR) -cf - -C $(TOPDIR) --exclude=ccache/ staging_dir_$(ARCH) | \ $(TAR) -xf - -C $(SDK_BUILD_DIR) + (cd $(SDK_BUILD_DIR)/staging_dir_$(ARCH); \ + rm -rf info man share stampfiles; \ + cd usr; \ + rm -rf doc info man share; \ + ) $(CP) $(TOPDIR)/rules.mk $(TOPDIR)/.config $(SDK_BUILD_DIR)/ $(CP) $(TOPDIR)/package/Makefile $(SDK_BUILD_DIR)/package/ $(CP) ./files/Makefile $(SDK_BUILD_DIR)/