mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 23:13:50 +08:00
624d125cee
* Makefile.am (EXTRA_DIST): Remove .kludge-stamp. (.kludge-stamp): Remove rule. Instead, ... (dist-hook): Do the job here, operating on the file in $(distdir). (rm_subst): Adjust regexp to match "rm -f rm$(EXEEXT)", not "rm -f rm". (MAINTAINERCLEANFILES): s/+=/=/, now that this is the sole use. (dist-hook): Remove the legacy-from-cvs install-sh is-executable check. * .gitignore: Remove .kludge-stamp. Signed-off-by: Jim Meyering <jim@meyering.net>
68 lines
1.0 KiB
Plaintext
68 lines
1.0 KiB
Plaintext
*.1
|
|
*.I[12]
|
|
*.[EIOX]
|
|
*.o
|
|
*/.deps
|
|
*~
|
|
.gdb-history
|
|
.version
|
|
ABOUT-NLS
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
THANKS-to-translators
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.cache
|
|
config.h
|
|
config.hin
|
|
config.log
|
|
config.status
|
|
configure
|
|
coreutils-*.tar.bz2
|
|
coreutils-*.tar.bz2.sig
|
|
coreutils-*.tar.gz
|
|
coreutils-*.tar.gz.sig
|
|
coreutils-*.xdelta
|
|
coreutils-*.xdelta.sig
|
|
lib/.cvsignore
|
|
lib/.gitignore
|
|
lib/charset.alias
|
|
lib/configmake.h
|
|
lib/t-fpending
|
|
lib/uniwidth/
|
|
m4/.cvsignore
|
|
m4/.gitignore
|
|
po/*.gmo
|
|
po/*.po
|
|
po/LINGUAS
|
|
po/Makefile.in
|
|
po/Makevars
|
|
po/POTFILES
|
|
po/coreutils.pot
|
|
po/stamp-po
|
|
stamp-h1
|
|
tests/*/*.log
|
|
tests/cut/Makefile.am
|
|
tests/cut/cut-tests
|
|
tests/head/Makefile.am
|
|
tests/head/head-tests
|
|
tests/join/Makefile.am
|
|
tests/join/join-tests
|
|
tests/pr/Makefile.am
|
|
tests/pr/pr-tests
|
|
tests/sort/Makefile.am
|
|
tests/sort/sort-tests
|
|
tests/tac/Makefile.am
|
|
tests/tac/tac-tests
|
|
tests/tail/Makefile.am
|
|
tests/tail/tail-tests
|
|
tests/test/Makefile.am
|
|
tests/test/test-tests
|
|
tests/tr/Makefile.am
|
|
tests/tr/tr-tests
|
|
tests/uniq/Makefile.am
|
|
tests/uniq/uniq-tests
|
|
tests/wc/Makefile.am
|
|
tests/wc/wc-tests
|