libtool-patches
[Top][All Lists]
Advanced

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

FYI: update `fetch' target


From: Ralf Wildenhues
Subject: FYI: update `fetch' target
Date: Mon, 14 Jan 2008 23:04:19 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello,

I've fixed the `fetch' target as below, in HEAD, and likewise in
branch-1-5.

Cheers,
Ralf

        * Makefile.maint (fetch): Update to match upstream git sources.
        Pull `INSTALL' from gnulib instead of from Autoconf.

Index: Makefile.maint
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.maint,v
retrieving revision 1.15
diff -u -r1.15 Makefile.maint
--- Makefile.maint      25 Mar 2007 12:12:42 -0000      1.15
+++ Makefile.maint      14 Jan 2008 21:58:12 -0000
@@ -118,7 +118,8 @@
 
 ## Program to use to fetch files.
 WGET = wget
-WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~
+WGETSGO = $(WGET) 'http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~'
+WGET_GIT = $(WGET) 
'http://git.savannah.gnu.org/gitweb/?a=blob_plain;hb=HEAD;p='
 
 ## Files that we fetch and which we compare against.
 ## FIXME should be a lot more here
@@ -136,11 +137,11 @@
        mkdir Fetchdir
 ## If a get fails then that is a problem.
        (cd Fetchdir && \
-       $(WGETSGO)/autoconf/autoconf/INSTALL; \
-       $(WGETSGO)/automake/automake/lib/install-sh; \
-       $(WGETSGO)/config/config/config.guess; \
-       $(WGETSGO)/config/config/config.sub; \
-       $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )
+       $(WGET_GIT)'gnulib.git;f=doc/INSTALL' -O INSTALL && \
+       $(WGET_GIT)'automake.git;f=lib/install-sh' -O install-sh && \
+       $(WGETSGO)/config/config/config.guess -O config.guess && \
+       $(WGETSGO)/config/config/config.sub -O config.sub && \
+       $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex -O texinfo.tex )
 ## Don't exit after test because we want to give as many errors as
 ## possible.
        @stat=0; for file in $(FETCHFILES); do \




reply via email to

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