From: Florian Fainelli Date: Thu, 18 Jun 2009 15:32:37 +0000 (+0000) Subject: do not copy all the staging_dir/ directories, only the right toolchain and target... X-Git-Tag: reboot~23162 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=4f52961c5614507d06d9228b158893a8352279b0;p=lede-git%2F.git do not copy all the staging_dir/ directories, only the right toolchain and target directories SVN-Revision: 16507 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 7439bc6199..55c1e135b0 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -25,7 +25,7 @@ all: compile $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package $(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/ - $(TAR) -cf - -C $(TOPDIR) $(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") --exclude="staging_dir/$(ARCH)" staging_dir | \ + $(TAR) -cf - -C $(TOPDIR) $(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") --exclude="staging_dir/$(ARCH)" staging_dir/host staging_dir/target-$(ARCH)_$(LIBC)-$(LIBCV) staging_dir/toolchain-$(ARCH)_gcc-$(GCCV)_$(LIBC)-$(LIBCV) | \ $(TAR) -xf - -C $(SDK_BUILD_DIR) mkdir -p $(SDK_BUILD_DIR)/target/linux $(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/