lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6232] Remove unused or needless wget flags


From: Greg Chicares
Subject: [lmi-commits] [6232] Remove unused or needless wget flags
Date: Thu, 06 Aug 2015 14:43:46 +0000

Revision: 6232
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6232
Author:   chicares
Date:     2015-08-06 14:43:45 +0000 (Thu, 06 Aug 2015)
Log Message:
-----------
Remove unused or needless wget flags

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/install_libxml2_libxslt.make
    lmi/trunk/install_mingw.make
    lmi/trunk/install_miscellanea.make
    lmi/trunk/install_mpatrol.make
    lmi/trunk/install_wx.make

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-08-04 15:58:36 UTC (rev 6231)
+++ lmi/trunk/ChangeLog 2015-08-06 14:43:45 UTC (rev 6232)
@@ -36485,3 +36485,13 @@
 Refactor. See:
   http://lists.nongnu.org/archive/html/lmi/2015-08/msg00001.html
 
+20150806T1443Z <address@hidden> [508]
+
+  install_libxml2_libxslt.make
+  install_mingw.make
+  install_miscellanea.make
+  install_mpatrol.make
+  install_wx.make
+Remove unused or needless wget flags. See the thread centered here:
+  http://lists.nongnu.org/archive/html/lmi/2015-08/msg00010.html
+

Modified: lmi/trunk/install_libxml2_libxslt.make
===================================================================
--- lmi/trunk/install_libxml2_libxslt.make      2015-08-04 15:58:36 UTC (rev 
6231)
+++ lmi/trunk/install_libxml2_libxslt.make      2015-08-06 14:43:45 UTC (rev 
6232)
@@ -120,7 +120,6 @@
   --cut-dirs=$(words $(subst /, ,$(host_path))) \
   --force-directories \
   --no-host-directories \
-  --timestamping \
 
 wget_whence := $(host)/$(host_path)
 

Modified: lmi/trunk/install_mingw.make
===================================================================
--- lmi/trunk/install_mingw.make        2015-08-04 15:58:36 UTC (rev 6231)
+++ lmi/trunk/install_mingw.make        2015-08-06 14:43:45 UTC (rev 6232)
@@ -237,15 +237,8 @@
 %.tar.gz:  TARFLAGS += --gzip
 gcc%:      TARFLAGS += --exclude 'libiberty.a' --exclude 'info/dir'
 
-# New spelling '--no-verbose' has replaced original '--non-verbose':
-#   http://sourceware.org/ml/cygwin-apps/2005-10/msg00140.html
-# However, don't use
-#   WGETFLAGS := '--no-verbose --timestamping'
-# because, as this is written in 2007-08, sourceforge's mirror system
-# is behaving in anomalous ways that '--no-verbose' would mask.
+WGETFLAGS :=
 
-WGETFLAGS := '--timestamping'
-
 .PHONY: %.tar.bz2 %.tar.gz
 %.tar.bz2 %.tar.gz:
        cd $(cache_dir) && [ -e $@ ] || $(WGET) $(WGETFLAGS) $(mirror)/$@

Modified: lmi/trunk/install_miscellanea.make
===================================================================
--- lmi/trunk/install_miscellanea.make  2015-08-04 15:58:36 UTC (rev 6231)
+++ lmi/trunk/install_miscellanea.make  2015-08-06 14:43:45 UTC (rev 6232)
@@ -254,15 +254,8 @@
 %.tar.bz2: TARFLAGS += --bzip2
 %.tar.gz:  TARFLAGS += --gzip
 
-# New spelling '--no-verbose' has replaced original '--non-verbose':
-#   http://sourceware.org/ml/cygwin-apps/2005-10/msg00140.html
-# However, don't use
-#   WGETFLAGS := '--no-verbose --timestamping'
-# because, as this is written in 2007-08, sourceforge's mirror system
-# is behaving in anomalous ways that '--no-verbose' would mask.
+WGETFLAGS :=
 
-WGETFLAGS := '--timestamping'
-
 .PHONY: %.tar.bz2 %.tar.gz
 %.tar.bz2 %.tar.gz:
        cd $(cache_dir) && [ -e $@ ] || $(WGET) $(WGETFLAGS) $(address@hidden)

Modified: lmi/trunk/install_mpatrol.make
===================================================================
--- lmi/trunk/install_mpatrol.make      2015-08-04 15:58:36 UTC (rev 6231)
+++ lmi/trunk/install_mpatrol.make      2015-08-06 14:43:45 UTC (rev 6232)
@@ -117,7 +117,7 @@
        @$(MKDIR) --parents $(cache_dir)
        @$(MKDIR) --parents $(mpatrol_dir)
 
-WGETFLAGS := '--timestamping'
+WGETFLAGS :=
 
 TARFLAGS := --keep-old-files
 %.tar.bz2: TARFLAGS += --bzip2

Modified: lmi/trunk/install_wx.make
===================================================================
--- lmi/trunk/install_wx.make   2015-08-04 15:58:36 UTC (rev 6231)
+++ lmi/trunk/install_wx.make   2015-08-06 14:43:45 UTC (rev 6232)
@@ -142,7 +142,7 @@
        @$(MKDIR) --parents $(cache_dir)
        @$(MKDIR) --parents $(build_dir)
 
-WGETFLAGS := '--timestamping'
+WGETFLAGS :=
 
 TARFLAGS := --keep-old-files
 %.tar.bz2: TARFLAGS += --bzip2




reply via email to

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