Parcourir la source

target/sdk: remove some unnecessary files

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39859
Felix Fietkau il y a 11 ans
Parent
commit
d76f2d4d1c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      target/sdk/Makefile

+ 2 - 2
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 \