Revert "Remove target directory prior to extraction."

This reverts commit f2c23181b4.
This commit is contained in:
Jeffrey Townsend
2019-04-24 20:30:10 +00:00
parent afd2ce2d64
commit 00a201fc0d

View File

@@ -123,7 +123,7 @@ $(K_ARCHIVE_PATH):
# The extracted kernel sources
#
$(K_SOURCE_DIR)/Makefile: $(K_ARCHIVE_PATH)
rm -rf $(K_TARGET_DIR) && mkdir -p $(K_TARGET_DIR) && cd $(K_TARGET_DIR) && tar kxf $(K_ARCHIVE_PATH)
mkdir -p $(K_TARGET_DIR) && cd $(K_TARGET_DIR) && tar kxf $(K_ARCHIVE_PATH)
touch -c $(K_SOURCE_DIR)/Makefile
$(K_MAKE) mrproper