projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2970d1
)
target/sdk: remove obsolete exclude line
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 10 Mar 2014 18:58:34 +0000
(18:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 10 Mar 2014 18:58:34 +0000
(18:58 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39861
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index 60201c8b638c37ceef90a2e89cba8172259f4917..b06a95db11ebb028ab26e51e8638186cfe7db058 100644
(file)
--- a/
target/sdk/Makefile
+++ b/
target/sdk/Makefile
@@
-57,7
+57,6
@@
$(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
$(TAR) -cf - -C $(TOPDIR) \
$(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \
- --exclude="staging_dir/$(ARCH)" \
$(SDK_DIRS) $(KERNEL_FILES) | \
$(TAR) -xf - -C $(SDK_BUILD_DIR)
mkdir -p $(SDK_BUILD_DIR)/target/linux