diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:19:47 +0000 |
commit | bb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch) | |
tree | ea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/pppd/pppd.mk | |
parent | bad642827254b85395c02e806a010e3c65cf551c (diff) | |
download | buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.tar.gz buildroot-novena-bb05a9ad46cd8c743ccdda99578ca424073f7a4d.zip |
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/pppd/pppd.mk')
-rw-r--r-- | package/pppd/pppd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index 306149120..2246d513a 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -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) -x$(TAR_VERBOSITY)f - + $(PPPD_CAT) $(DL_DIR)/$(PPPD_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - $(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 |