1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 09:46:33 +02:00

* aclocal.m4, config.hin, configure:

Remove from CVS, since ./bootstrap generates them automatically.
* .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log.
Remove more-specific entries.  This catches files like configure.lineno.
* man/.cvsignore: Add Makefile.in.
* src/.cvsignore: Add Makefile.in.
Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c.

For .cvsignore file under the tests directory:
Add Makefile.in.  Sort entries if necessary.  Remove *.I, *.E,
*.X, *.O, *-tests, build-script, mk-script if they're never
created in this directory.

* build-aux/.cvsignore: New file.
* doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf,
coreutils.ps, coreutils.tps.  Remove coreutils.cm (dunno what it
is, but the makefile doesn't mention it).  Remove coreutils.info
as it is subsumed by coreutils.info*.
* lib/.cvsignore: Add Makefile.in, getdate.tab.h.
Remove stat.c, sysexit.h.
* m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4,
inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4,
lock.m4, printf-posix.m4, same-inode.m4, size_max.m4,
uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4.  Many of
these are put in automatically by ../bootstrap, but that's a
bootstrap bug that I plan to fix shortly.
* po/.cvsignore: More ../bootstrap-related fixes, plus remove old
cruft.  Add *.po, LINGUAS, Makevars.  Remove *.cat, *.msg,
cat-id-dbl.c, messages.mo, stamp-cat-id.
This commit is contained in:
Paul Eggert
2006-08-22 18:50:24 +00:00
parent cafb7947b5
commit 6d124bf98a
61 changed files with 203 additions and 67067 deletions

View File

@@ -1,11 +1,12 @@
*.cache
*.lineno
*.log
.kludge-stamp
ABOUT-NLS
INSTALL
Makefile
Makefile.in
THANKS-to-translators
autom4te.cache
config.cache
config.h
config.log
config.status
config.status.lineno
stamp-h1

View File

@@ -1,3 +1,61 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* aclocal.m4, config.hin, configure:
Remove from CVS, since ./bootstrap generates them automatically.
* .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log.
Remove more-specific entries. This catches files like configure.lineno.
* man/.cvsignore: Add Makefile.in.
* src/.cvsignore: Add Makefile.in.
Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c.
* tests/.cvsignore:
* tests/chgrp/.cvsignore:
* tests/chmod/.cvsignore:
* tests/chown/.cvsignore:
* tests/cp/.cvsignore:
* tests/cut/.cvsignore:
* tests/dd/.cvsignore:
* tests/dircolors/.cvsignore:
* tests/du/.cvsignore:
* tests/expr/.cvsignore:
* tests/factor/.cvsignore:
* tests/fmt/.cvsignore:
* tests/head/.cvsignore:
* tests/install/.cvsignore:
* tests/join/.cvsignore:
* tests/ln/.cvsignore:
* tests/ls/.cvsignore:
* tests/ls-2/.cvsignore:
* tests/md5sum/.cvsignore:
* tests/misc/.cvsignore:
* tests/mkdir/.cvsignore:
* tests/mv/.cvsignore:
* tests/od/.cvsignore:
* tests/pr/.cvsignore:
* tests/readlink/.cvsignore:
* tests/rm/.cvsignore:
* tests/rmdir/.cvsignore:
* tests/seq/.cvsignore:
* tests/sha1sum/.cvsignore:
* tests/shred/.cvsignore:
* tests/sort/.cvsignore:
* tests/stty/.cvsignore:
* tests/sum/.cvsignore:
* tests/tac/.cvsignore:
* tests/tail/.cvsignore:
* tests/tail-2/.cvsignore:
* tests/tee/.cvsignore:
* tests/test/.cvsignore:
* tests/touch/.cvsignore:
* tests/tr/.cvsignore:
* tests/tsort/.cvsignore:
* tests/unexpand/.cvsignore:
* tests/uniq/.cvsignore:
* tests/wc/.cvsignore:
Add Makefile.in. Sort entries if necessary. Remove *.I, *.E,
*.X, *.O, *-tests, build-script, mk-script if they're never
created in this directory.
2006-08-22 Bruno Haible <bruno@clisp.org>
BeOS portability.

1150
aclocal.m4 vendored

File diff suppressed because it is too large Load Diff

10
build-aux/.cvsignore Normal file
View File

@@ -0,0 +1,10 @@
compile
config.guess
config.rpath
config.sub
depcomp
install-sh
mdate-sh
missing
texinfo.tex
ylwrap

View File

@@ -1,3 +1,7 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* .cvsignore: New file.
2006-08-20 Paul Eggert <eggert@cs.ucla.edu>
* compile, config.guess, config.rpath, config.sub, depcomp:

1918
config.hin

File diff suppressed because it is too large Load Diff

63883
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,20 +1,23 @@
Makefile
Makefile.in
coreutils.aux
coreutils.cm
coreutils.cp
coreutils.cps
coreutils.dvi
coreutils.fl
coreutils.fn
coreutils.info
coreutils.html
coreutils.info*
coreutils.ky
coreutils.log
coreutils.op
coreutils.pdf
coreutils.pg
coreutils.ps
coreutils.tmp
coreutils.toc
coreutils.tp
coreutils.tps
coreutils.vr
fdl.texi
getdate.texi

View File

@@ -1,3 +1,10 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* .cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf,
coreutils.ps, coreutils.tps. Remove coreutils.cm (dunno what it
is, but the makefile doesn't mention it). Remove coreutils.info
as it is subsumed by coreutils.info*.
2006-08-22 Jim Meyering <jim@meyering.net>
* .cvsignore: Add files that are now generated by ../bootstrap.

View File

@@ -1,5 +1,6 @@
.deps
Makefile
Makefile.in
__fpending.c
__fpending.h
acl.c
@@ -101,6 +102,7 @@ getcwd.h
getdate.c
getdate.h
getdate.tab.c
getdate.tab.h
getdate.y
getdelim.c
getdelim.h
@@ -262,7 +264,6 @@ snprintf.h
socket_.h
stat-macros.h
stat-time.h
stat.c
stat_.h
stdbool.h
stdbool_.h
@@ -300,7 +301,6 @@ strtoull.c
strtoumax.c
strverscmp.c
strverscmp.h
sysexit.h
t-fpending
tempname.c
time_r.c

View File

@@ -1,3 +1,8 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* .cvsignore: Add Makefile.in, getdate.tab.h.
Remove stat.c, sysexit.h.
2006-08-22 Jim Meyering <jim@meyering.net>
* .cvsignore: Add files that are now generated by ../bootstrap.

View File

@@ -1,4 +1,3 @@
Makefile
_inttypes_h.m4
absolute-header.m4
acl.m4
@@ -25,7 +24,6 @@ codeset.m4
cycle-check.m4
d-ino.m4
d-type.m4
dev-ino.m4
dirfd.m4
dirname.m4
dos.m4
@@ -70,7 +68,6 @@ gettime.m4
gettimeofday.m4
getugroups.m4
getusershell.m4
glibc2.m4
glibc21.m4
gnulib-cache.m4
gnulib-comp.m4
@@ -84,26 +81,20 @@ iconv.m4
idcache.m4
include_next.m4
inet_ntop.m4
intdiv0.m4
intmax.m4
intmax_t.m4
inttostr.m4
inttypes-h.m4
inttypes-pri.m4
inttypes_h.m4
jm-glibc-io.m4
jm-winsz1.m4
jm-winsz2.m4
lchmod.m4
lchown.m4
lcmessage.m4
lib-ignore.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
link-follow.m4
localcharset.m4
lock.m4
long-options.m4
longdouble.m4
longlong.m4
@@ -141,7 +132,6 @@ physmem.m4
po.m4
posixtm.m4
posixver.m4
printf-posix.m4
progtest.m4
putenv.m4
quote.m4
@@ -156,7 +146,6 @@ rmdir.m4
rpmatch.m4
safe-read.m4
safe-write.m4
same-inode.m4
same.m4
save-cwd.m4
savedir.m4
@@ -165,7 +154,6 @@ settime.m4
sha1.m4
sig2str.m4
signed.m4
size_max.m4
snprintf.m4
socklen.m4
sockpfaf.m4
@@ -201,8 +189,6 @@ time_r.m4
timespec.m4
tm_gmtoff.m4
tzset.m4
uintmax_t.m4
ulonglong.m4
unicodeio.m4
unistd-safer.m4
unistd_h.m4
@@ -219,7 +205,6 @@ utimes-null.m4
utimes.m4
vasnprintf.m4
vasprintf.m4
visibility.m4
wchar_t.m4
wcwidth.m4
wint_t.m4
@@ -227,7 +212,6 @@ xalloc.m4
xgetcwd.m4
xnanosleep.m4
xreadlink.m4
xsize.m4
xstrndup.m4
xstrtod.m4
xstrtol.m4

View File

@@ -1,3 +1,12 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* .cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4,
inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4,
lock.m4, printf-posix.m4, same-inode.m4, size_max.m4,
uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4. Many of
these are put in automatically by ../bootstrap, but that's a
bootstrap bug that I plan to fix shortly.
2006-08-22 Bruno Haible <bruno@clisp.org>
BeOS portability.

View File

@@ -1,4 +1,5 @@
Makefile
Makefile.in
base64.1
basename.1
cat.1

View File

@@ -1,21 +1,19 @@
*.cat
*.gmo
*.msg
*.po
*.pot
LINGUAS
Makefile
Makefile.in
Makefile.in.in
Makevars
Makevars.template
POTFILES
Rules-quot
boldquot.sed
cat-id-tbl.c
en@boldquot.header
en@quot.header
insert-header.sin
messages.mo
quot.sed
remove-potcdate.sed
remove-potcdate.sin
stamp-cat-id
stamp-po

View File

@@ -1,3 +1,9 @@
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
* .cvsignore: More ../bootstrap-related fixes, plus remove old
cruft. Add *.po, LINGUAS, Makevars. Remove *.cat, *.msg,
cat-id-dbl.c, messages.mo, stamp-cat-id.
2006-08-22 Jim Meyering <jim@meyering.net>
* .cvsignore: Add files that are now generated by ../bootstrap.

View File

@@ -1,6 +1,6 @@
.deps
.version
Makefile
Makefile.in
[[]
base64
basename
@@ -19,7 +19,6 @@ dcgen
dd
df
dir
dir.c
dircolors
dircolors.h
dirname
@@ -39,7 +38,6 @@ head
hostid
hostname
id
install
join
kill
link
@@ -52,7 +50,6 @@ mkdir
mkfifo
mknod
mv
mvdir
nice
nl
nohup
@@ -75,12 +72,11 @@ sha224sum
sha256sum
sha384sum
sha512sum
shuf
shred
shuf
sleep
sort
split
stamp-v
stat
stty
su
@@ -102,8 +98,6 @@ unlink
uptime
users
vdir
vdir.c
version.c
wc
wheel-size.h
wheel.h

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,2 @@
*.I
*.E
*.X
*.O
*-tests
build-script
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,10 +1,8 @@
*.I
*-tests
*.E
*.I1
*.I2
*.E
*.X
*.O
*-tests
build-script
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,7 +1,2 @@
*.I
*.E
*.X
*.O
*-tests
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,6 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1 +1,2 @@
Makefile
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in

View File

@@ -1,8 +1,7 @@
*.I
*.E
*.X
*.O
*-tests
build-script
*.E
*.I
*.O
*.X
Makefile
mk-script
Makefile.in