SDK: multi-cores compress SDK

This commit is contained in:
ElonH 2020-07-27 23:24:57 +08:00
parent f18824e498
commit 944c0c6bb6
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -152,7 +152,7 @@ $(BIN_DIR)/$(SDK_NAME).tar.xz: clean
find $(SDK_BUILD_DIR) -name CVS | $(XARGS) rm -rf
-make -C $(SDK_BUILD_DIR)/scripts/config clean
(cd $(BUILD_DIR); \
tar -I 'xz -7e' -cf $@ $(SDK_NAME); \
tar -I 'xz -T0 -7e' -cf $@ $(SDK_NAME); \
)
download: