From deb9e9d44fe9a8107534fbc5e431cf2b51e45dbe Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 10 Mar 2014 11:12:41 +0000 Subject: [PATCH] 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 --- target/sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.11.0