diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 11:12:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-10 11:12:41 +0000 |
commit | d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519 (patch) | |
tree | b9624732d95e44423c6e897f8ace5922597c2569 | |
parent | ba3b720fe615df5d6aa4850bf743ad0e028d186a (diff) | |
download | upstream-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.tar.gz upstream-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.tar.bz2 upstream-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.zip |
target/sdk: remove some unnecessary files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39859
-rw-r--r-- | target/sdk/Makefile | 4 |
1 files 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 \ |