/[make]/make/maintMakefile
ViewVC logotype

Diff of /make/maintMakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.21 by psmith, Fri May 2 01:44:59 2003 UTC revision 2.22 by psmith, Wed Oct 22 04:35:27 2003 UTC
# Line 118  move_if_change =  if test -r $(target) & Line 118  move_if_change =  if test -r $(target) &
118  # Updating PO files.  #  # Updating PO files.  #
119  # ------------------- #  # ------------------- #
120    
121  po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE)  po_repo = http://www2.iro.umontreal.ca/%7Egnutra/po/maint/$(PACKAGE)
122  .PHONY: do-po-update po-update  .PHONY: do-po-update po-update
123  do-po-update:  do-po-update:
124          tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\          tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\
# Line 144  po-update: Line 144  po-update:
144  #              $(srcdir)/src/ansi2knr.c  #              $(srcdir)/src/ansi2knr.c
145    
146    
147  wget_files ?= $(srcdir)/config/config.guess $(srcdir)/config/config.sub \  wget_files ?= $(srcdir)/doc/texinfo.tex $(srcdir)/doc/make-stds.texi \
               $(srcdir)/doc/texinfo.tex $(srcdir)/doc/make-stds.texi \  
148                $(srcdir)/doc/fdl.texi                $(srcdir)/doc/fdl.texi
149    
150  wget-targets = $(patsubst %, get-%, $(wget_files))  wget-targets = $(patsubst %, get-%, $(wget_files))
151    
 config.guess-url_prefix = $(ftp-gnu)/config/  
 config.sub-url_prefix = $(ftp-gnu)/config/  
   
152  ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/  ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/
153    
154  texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/  texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/
# Line 170  $(wget-targets): Line 166  $(wget-targets):
166            && $(WGET) $(url) -O $(target).t \            && $(WGET) $(url) -O $(target).t \
167            && $(move_if_change)            && $(move_if_change)
168    
169    config-prefix = http://savannah.gnu.org/cgi-bin/viewcvs/config
170    config-url = $(config-prefix)/$(patsubst get-%,%,$@)?rev=HEAD
171    get-config/config.guess get-config/config.sub:
172            @echo $(WGET) $(config-url) -O $(target) \
173              && $(WGET) $(config-url) -O $(target).t \
174              && $(move_if_change)
175    
176    
177  .PHONY: wget-update  .PHONY: wget-update
178  wget-update: $(wget-targets)  wget-update: $(wget-targets)
179    
180    
181  # Updating tools via CVS.  # Updating tools via CVS.
182  cvs_files ?= depcomp missing  cvs_files ?= depcomp missing
183    # config/config.guess config/config.sub
184  cvs-targets = $(patsubst %, get-%, $(cvs_files))  cvs-targets = $(patsubst %, get-%, $(cvs_files))
185    
186  automake_repo = :pserver:anoncvs@anoncvs.cygnus.com:/cvs/automake  automake_repo = :pserver:anoncvs@anoncvs.cygnus.com:/cvs/automake
# Line 186  $(cvs-targets): Line 191  $(cvs-targets):
191              && $(move_if_change)              && $(move_if_change)
192    
193  .PHONY: cvs-update  .PHONY: cvs-update
194  cvs-update: $(cvs-targets)  cvs-update: $(cvs-targets) get-config/config.guess get-config/config.sub
195    
196    
197  # --------------------- #  # --------------------- #

Legend:
Removed from v.2.21  
changed lines
  Added in v.2.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26