mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
Make the TAR_VERBOSITY option a bit more sane
This commit is contained in:
@@ -16,7 +16,7 @@ $(DL_DIR)/$(GNUPATCH_SOURCE):
|
||||
patch-source: $(DL_DIR)/$(GNUPATCH_SOURCE)
|
||||
|
||||
$(GNUPATCH_DIR)/.unpacked: $(DL_DIR)/$(GNUPATCH_SOURCE)
|
||||
$(GNUPATCH_CAT) $(DL_DIR)/$(GNUPATCH_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
$(GNUPATCH_CAT) $(DL_DIR)/$(GNUPATCH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
touch $(GNUPATCH_DIR)/.unpacked
|
||||
|
||||
$(GNUPATCH_DIR)/.configured: $(GNUPATCH_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user