From: nbd Date: Mon, 10 Mar 2014 11:12:41 +0000 (+0000) Subject: target/sdk: remove some unnecessary files X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=deb9e9d44fe9a8107534fbc5e431cf2b51e45dbe target/sdk: remove some unnecessary files Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39859 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 82b47cd946..60201c8b63 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -63,8 +63,8 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean mkdir -p $(SDK_BUILD_DIR)/target/linux $(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/ rm -rf \ - $(SDK_BUILD_DIR)/target/linux/*/files \ - $(SDK_BUILD_DIR)/target/linux/*/patches + $(SDK_BUILD_DIR)/target/linux/*/files* \ + $(SDK_BUILD_DIR)/target/linux/*/patches* $(CP) -L \ $(TOPDIR)/LICENSE \ $(TOPDIR)/rules.mk \