From d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 10 Mar 2014 11:12:41 +0000 Subject: [PATCH] target/sdk: remove some unnecessary files Signed-off-by: Felix Fietkau SVN-Revision: 39859 --- 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.30.2