lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 44271d3 01/10: Add '--no-verbose' flag to wge


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 44271d3 01/10: Add '--no-verbose' flag to wget options
Date: Tue, 30 Apr 2019 22:17:55 -0400 (EDT)

branch: master
commit 44271d37eedce99e3d18e1b55043067c15f62419
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add '--no-verbose' flag to wget options
    
    See the rationale here:
      https://lists.nongnu.org/archive/html/lmi/2019-04/msg00060.html
    for 'install_mingw.make', which applies just as well to the other
    files changed hereby.
---
 install_libxml2_libxslt.make | 1 +
 install_mingw.make           | 2 +-
 install_miscellanea.make     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/install_libxml2_libxslt.make b/install_libxml2_libxslt.make
index fb359b2..77d44a5 100644
--- a/install_libxml2_libxslt.make
+++ b/install_libxml2_libxslt.make
@@ -195,6 +195,7 @@ WGETFLAGS = \
   --cut-dirs=$(words $(subst /, ,$(host_path))) \
   --force-directories \
   --no-host-directories \
+  --no-verbose \
 
 wget_whence = $(host)/$(host_path)
 
diff --git a/install_mingw.make b/install_mingw.make
index e37f966..995227e 100644
--- a/install_mingw.make
+++ b/install_mingw.make
@@ -123,7 +123,7 @@ initial_setup:
 
 BSDTARFLAGS := --keep-old-files
 
-WGETFLAGS :=
+WGETFLAGS := --no-verbose
 
 # Fall back on a native binary if libarchive issue 629 occurs.
 
diff --git a/install_miscellanea.make b/install_miscellanea.make
index 5a56137..b6f6ee9 100644
--- a/install_miscellanea.make
+++ b/install_miscellanea.make
@@ -262,7 +262,7 @@ TARFLAGS := --keep-old-files
 
 UNZIPFLAGS := -q
 
-WGETFLAGS := --no-check-certificate
+WGETFLAGS := --no-check-certificate --no-verbose
 
 .PHONY: %.tar.bz2 %.tar.gz
 %.tar.bz2 %.tar.gz:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]