]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Resync from gnulib.
authorEric Blake <ebb9@byu.net>
Tue, 2 Sep 2008 12:53:38 +0000 (06:53 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 9 Sep 2008 12:52:05 +0000 (06:52 -0600)
* cfg.mk (cvs_executable_files, cvs_files): Update list of files,
although for now, they are still manually sync'd.
* build-aux/gnupload: Update.
* build-aux/config.sub: Likewise.
* GNUmakefile: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
GNUmakefile
build-aux/config.sub
build-aux/gnupload
cfg.mk

index 35ec73ce17aaaafebae0234815e1784c364c950e..4a633b5aa9bb68d41fcc8a0e194ba504ff4ebeee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-09  Eric Blake  <ebb9@byu.net>
+
+       Resync from gnulib.
+       * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
+       although for now, they are still manually sync'd.
+       * build-aux/gnupload: Update.
+       * build-aux/config.sub: Likewise.
+       * GNUmakefile: Likewise.
+
 2008-09-06  Eric Blake  <ebb9@byu.net>
 
        Mention that Automake already supports VPATH.
index 7635e8dc586a090259d9309a779879f613d484aa..4b4cf15cf716562d2a246b5416d6c42cbe5fa572 100644 (file)
@@ -53,9 +53,9 @@ _autoreconf ?= autoreconf
 _have-git-version-gen := \
   $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
-  _is-dist-target = $(filter-out %clean, \
+  _is-dist-target ?= $(filter-out %clean, \
     $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
-  _is-install-target = $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
+  _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
   ifneq (,$(_is-dist-target)$(_is-install-target))
     _curr-ver := $(shell cd $(srcdir) \
                    && $(_build-aux)/git-version-gen .tarball-version)
index a649350a6ca7f84b03be46f97b52de4d3c1c5e40..053e7381fa01f7a6842ba34a1316912163712293 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-06-16'
+timestamp='2008-09-08'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -288,7 +288,7 @@ case $basic_machine in
        | v850 | v850e \
        | we32k \
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
-       | z8k)
+       | z8k | z80)
                basic_machine=$basic_machine-unknown
                ;;
        m6811 | m68hc11 | m6812 | m68hc12)
@@ -375,7 +375,7 @@ case $basic_machine in
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
        | xstormy16-* | xtensa*-* \
        | ymp-* \
-       | z8k-*)
+       | z8k-* | z80-*)
                ;;
        # Recognize the basic CPU types without company name, with glob match.
        xtensa*)
@@ -1140,6 +1140,10 @@ case $basic_machine in
                basic_machine=z8k-unknown
                os=-sim
                ;;
+       z80-*-coff)
+               basic_machine=z80-unknown
+               os=-sim
+               ;;
        none)
                basic_machine=none-none
                os=-none
index 6621ebd8b7f6e52596b85c7e260fff256e3603e6..b90e3ae231224e37ca8fac88162995a9edf846f7 100755 (executable)
@@ -45,7 +45,11 @@ Recognized destinations are:
                            build directive files and upload files by FTP
   [user@]host:DIRECTORY    upload files with scp
 
-Example:
+Simple single-target single-file examples:
+  gnupload --to alpha.gnu.org:automake automake-1.8.2b.tar.gz
+  gnupload --to ftp.gnu.org:automake automake-1.8.3.tar.gz
+
+Multiple-target multiple-file example:
   gnupload --to sources.redhat.com:~ftp/pub/automake \\
            --to alpha.gnu.org:automake \\
            automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
diff --git a/cfg.mk b/cfg.mk
index 773c335b74f5802d80200fdbf52acae6fb418c23..54da291c0ba48fc7442e26363277abc2423d9b1a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,18 +40,23 @@ gpg_key_ID = F4850180
 
 # Files to update automatically.
 cvs_executable_files = \
+  $(srcdir)/build-aux/announce-gen \
   $(srcdir)/build-aux/config.guess \
   $(srcdir)/build-aux/config.sub \
   $(srcdir)/build-aux/elisp-comp \
+  $(srcdir)/build-aux/git-version-gen \
+  $(srcdir)/build-aux/gnupload \
   $(srcdir)/build-aux/install-sh \
   $(srcdir)/build-aux/mdate-sh \
   $(srcdir)/build-aux/missing \
+  $(srcdir)/build-aux/vc-list-files
 
 cvs_files = $(cvs_executable_files) \
   $(srcdir)/build-aux/texinfo.tex \
   $(srcdir)/doc/fdl.texi \
   $(srcdir)/doc/make-stds.texi \
-  $(srcdir)/doc/standards.texi
+  $(srcdir)/doc/standards.texi \
+  $(srcdir)/GNUmakefile
 
 # Keep executables executable.  Make it robust to parallel makes.
 local_updates = executable-update