mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-03 12:54:38 +00:00
target/sdk: remove some unnecessary files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39859
This commit is contained in:
parent
ba3b720fe6
commit
d76f2d4d1c
@ -63,8 +63,8 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
|
|||||||
mkdir -p $(SDK_BUILD_DIR)/target/linux
|
mkdir -p $(SDK_BUILD_DIR)/target/linux
|
||||||
$(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/
|
$(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/
|
||||||
rm -rf \
|
rm -rf \
|
||||||
$(SDK_BUILD_DIR)/target/linux/*/files \
|
$(SDK_BUILD_DIR)/target/linux/*/files* \
|
||||||
$(SDK_BUILD_DIR)/target/linux/*/patches
|
$(SDK_BUILD_DIR)/target/linux/*/patches*
|
||||||
$(CP) -L \
|
$(CP) -L \
|
||||||
$(TOPDIR)/LICENSE \
|
$(TOPDIR)/LICENSE \
|
||||||
$(TOPDIR)/rules.mk \
|
$(TOPDIR)/rules.mk \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user