mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
use $(TAR_VERBOSITY)
This commit is contained in:
@@ -19,7 +19,7 @@ $(DL_DIR)/$(OPENVPN_SOURCE):
|
||||
openvpn-source: $(DL_DIR)/$(OPENVPN_SOURCE)
|
||||
|
||||
$(OPENVPN_DIR)/.unpacked: $(DL_DIR)/$(OPENVPN_SOURCE)
|
||||
$(OPENVPN_CAT) $(DL_DIR)/$(OPENVPN_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
$(OPENVPN_CAT) $(DL_DIR)/$(OPENVPN_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
touch $(OPENVPN_DIR)/.unpacked
|
||||
|
||||
$(OPENVPN_DIR)/.configured: $(OPENVPN_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user