mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
use $(TAR_VERBOSITY)
This commit is contained in:
@@ -17,7 +17,7 @@ $(DL_DIR)/$(PPPD_SOURCE):
|
||||
pppd-source: $(DL_DIR)/$(PPPD_SOURCE)
|
||||
|
||||
$(PPPD_DIR)/.unpacked: $(DL_DIR)/$(PPPD_SOURCE)
|
||||
$(PPPD_CAT) $(DL_DIR)/$(PPPD_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
$(PPPD_CAT) $(DL_DIR)/$(PPPD_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
|
||||
$(SED) 's/ -DIPX_CHANGE -DHAVE_MULTILINK -DHAVE_MMAP//' $(PPPD_DIR)/pppd/Makefile.linux
|
||||
$(SED) 's/$(INSTALL) -s/$(INSTALL)/' $(PPPD_DIR)/*/Makefile.linux
|
||||
$(SED) 's/ -o root//' $(PPPD_DIR)/*/Makefile.linux
|
||||
|
||||
Reference in New Issue
Block a user