bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] fixed some minor bootstrapping issues for tar (from gnulib)


From: Paul Eggert
Subject: [Bug-tar] fixed some minor bootstrapping issues for tar (from gnulib)
Date: Mon, 21 Mar 2005 13:57:32 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

I bootstrapped tar with the latest version of gnulib and installed the following
minor glitches uncovered thereby.

2005-03-21  Paul Eggert  <address@hidden>

        * bootstrap (TP_URL): Change from
        <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
        <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
        some redirection glitches.
        Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
        * doc/.cvsignore: Change "tar.info" to "tar.info*".  Sort.
        * lib/.cvsignore: Add intprops.h (new gnulib file).

Index: bootstrap
===================================================================
RCS file: /cvsroot/tar/tar/bootstrap,v
retrieving revision 1.29
diff -p -u -r1.29 bootstrap
--- bootstrap   6 Feb 2005 20:00:56 -0000       1.29
+++ bootstrap   21 Mar 2005 21:52:44 -0000
@@ -22,7 +22,7 @@
 # Written by Paul Eggert and Sergey Poznyakoff.
 
 # URL of our text domain page in Translation Project
-TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/";
+TP_URL="http://www.iro.umontreal.ca/translation/maint/tar/";
 
 # Ensure file names are sorted consistently across platforms;
 # e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4.
@@ -158,7 +158,7 @@ checkout() {
     fi
     cvs -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/$1 co $1 || exit
 
-    trap 0
+    trap - 0
   fi
 }
 
Index: doc/.cvsignore
===================================================================
RCS file: /cvsroot/tar/tar/doc/.cvsignore,v
retrieving revision 1.4
diff -p -u -r1.4 .cvsignore
--- doc/.cvsignore      24 Dec 2004 07:43:52 -0000      1.4
+++ doc/.cvsignore      21 Mar 2005 21:52:44 -0000
@@ -1,35 +1,35 @@
-Makefile.in
+*.stamp
 Makefile
+Makefile.in
 getdate.texi
 header.texi
-tar.info
-version.texi
+html_chapter
+html_mono
+html_node
 stamp-vti
-tar.html
-tar.log
-tar.dvi
+tar.at
+tar.ats
 tar.aux
-tar.toc
 tar.cp
+tar.cps
+tar.dvi
+tar.ex
+tar.exs
 tar.fn
-tar.vr
-tar.tp
+tar.fns
+tar.html
+tar.info*
+tar.kw
+tar.kws
 tar.ky
+tar.log
 tar.pg
-tar.ps
-tar.cps
-tar.fns
 tar.pgs
+tar.ps
+tar.toc
+tar.tp
+tar.vr
 tar.vrs
-tar.at
-tar.kw
-tar.ex
-tar.ats
-tar.exs
-tar.kws
 tmp-tar.*
 tmp2-tar.*
-html_mono
-html_node
-html_chapter
-*.stamp
+version.texi
Index: lib/.cvsignore
===================================================================
RCS file: /cvsroot/tar/tar/lib/.cvsignore,v
retrieving revision 1.17
diff -p -u -r1.17 .cvsignore
--- lib/.cvsignore      4 Feb 2005 01:44:45 -0000       1.17
+++ lib/.cvsignore      21 Mar 2005 21:52:44 -0000
@@ -71,6 +71,7 @@ hash.c
 hash.h
 human.c
 human.h
+intprops.h
 lchown.c
 lchown.h
 localcharset.c




reply via email to

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