mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 02:36:16 +02:00
* .gitignore: Remove reference to no longer generated make file. * configure.ac: Don't bother generating placeholder make file. * man/local.mk: Hardcode the man page deps list for normal builds to be compatible with all make implementations and configure options. Note in SINGLE_BINARY mode, all man pages will be generated on any change to the coreutils binary, but development will generally not be done in this mode, so this shouldn't be an issue. Fixes http://bugs.gnu.org/18055
182 lines
2.8 KiB
Plaintext
182 lines
2.8 KiB
Plaintext
*.I[12]
|
|
*.[EIOX]
|
|
*.bak
|
|
*.gcda
|
|
*.gcno
|
|
*.o
|
|
*/.deps/
|
|
*~
|
|
._bootmp
|
|
.gdb-history
|
|
.kludge-stamp
|
|
.version
|
|
/ABOUT-NLS
|
|
/ChangeLog
|
|
/GNUmakefile
|
|
/INSTALL
|
|
/THANKS-to-translators
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux/.gitignore
|
|
/build-aux/compile
|
|
/build-aux/config.guess
|
|
/build-aux/config.rpath
|
|
/build-aux/config.sub
|
|
/build-aux/depcomp
|
|
/build-aux/install-sh
|
|
/build-aux/mdate-sh
|
|
/build-aux/missing
|
|
/build-aux/snippet/
|
|
/build-aux/test-driver
|
|
/build-aux/texinfo.tex
|
|
/build-aux/ylwrap
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/coreutils-*.tar.gz
|
|
/coreutils-*.tar.gz.sig
|
|
/coreutils-*.tar.xz
|
|
/coreutils-*.tar.xz.sig
|
|
/doc/manual
|
|
/gnulib-tests
|
|
/lib/.dirstamp
|
|
/lib/.gitignore
|
|
/lib/alloca.h
|
|
/lib/arg-nonnull.h
|
|
/lib/arpa
|
|
/lib/binary-io.h
|
|
/lib/c++defs.h
|
|
/lib/charset.alias
|
|
/lib/config.h
|
|
/lib/config.hin
|
|
/lib/configmake.h
|
|
/lib/ctype.h
|
|
/lib/dirent.h
|
|
/lib/fcntl.h
|
|
/lib/getopt.h
|
|
/lib/glthread
|
|
/lib/iconv.h
|
|
/lib/iconv_open-aix.h
|
|
/lib/iconv_open-hpux.h
|
|
/lib/iconv_open-irix.h
|
|
/lib/iconv_open-osf.h
|
|
/lib/iconv_open-solaris.h
|
|
/lib/inttypes.h
|
|
/lib/langinfo.h
|
|
/lib/libcoreutils.a
|
|
/lib/link-warning.h
|
|
/lib/locale.h
|
|
/lib/math.h
|
|
/lib/netdb.h
|
|
/lib/parse-datetime.c
|
|
/lib/printf.c
|
|
/lib/progname.c
|
|
/lib/progname.h
|
|
/lib/ref-add.sed
|
|
/lib/ref-del.sed
|
|
/lib/selinux
|
|
/lib/signal.h
|
|
/lib/spawn.h
|
|
/lib/stamp-h1
|
|
/lib/stdalign.h
|
|
/lib/stdio.h
|
|
/lib/stdlib.h
|
|
/lib/string.h
|
|
/lib/strings.h
|
|
/lib/sys/
|
|
/lib/termios.h
|
|
/lib/time.h
|
|
/lib/unistd.h
|
|
/lib/unistr
|
|
/lib/unistr.h
|
|
/lib/unitypes.h
|
|
/lib/uniwidth
|
|
/lib/uniwidth.h
|
|
/lib/unused-parameter.h
|
|
/lib/warn-on-use.h
|
|
/lib/wchar.h
|
|
/lib/wctype.h
|
|
/m4/.cvsignore
|
|
/m4/.gitignore
|
|
/m4/codeset.m4
|
|
/m4/cu-progs.m4
|
|
/m4/fcntl-o.m4
|
|
/m4/gettext.m4
|
|
/m4/glibc2.m4
|
|
/m4/glibc21.m4
|
|
/m4/gnulib-cache.m4
|
|
/m4/iconv.m4
|
|
/m4/intdiv0.m4
|
|
/m4/intl.m4
|
|
/m4/intldir.m4
|
|
/m4/intlmacosx.m4
|
|
/m4/intmax.m4
|
|
/m4/inttypes-pri.m4
|
|
/m4/inttypes_h.m4
|
|
/m4/lcmessage.m4
|
|
/m4/lib-ld.m4
|
|
/m4/lib-link.m4
|
|
/m4/lib-prefix.m4
|
|
/m4/lock.m4
|
|
/m4/longlong.m4
|
|
/m4/nls.m4
|
|
/m4/po.m4
|
|
/m4/printf-posix.m4
|
|
/m4/progtest.m4
|
|
/m4/size_max.m4
|
|
/m4/stdint_h.m4
|
|
/m4/threadlib.m4
|
|
/m4/uintmax_t.m4
|
|
/m4/visibility.m4
|
|
/m4/wchar_t.m4
|
|
/m4/wint_t.m4
|
|
/m4/xsize.m4
|
|
/maint.mk
|
|
/man/*.1
|
|
/po/*.gmo
|
|
/po/*.po
|
|
/po/.gitignore
|
|
/po/.reference
|
|
/po/LINGUAS
|
|
/po/Makefile.in
|
|
/po/Makefile.in.in
|
|
/po/Makevars
|
|
/po/Makevars.template
|
|
/po/POTFILES
|
|
/po/Rules-quot
|
|
/po/boldquot.sed
|
|
/po/checksums
|
|
/po/coreutils.pot
|
|
/po/en@boldquot.header
|
|
/po/en@quot.header
|
|
/po/insert-header.sin
|
|
/po/quot.sed
|
|
/po/remove-potcdate.sed
|
|
/po/remove-potcdate.sin
|
|
/po/stamp-po
|
|
/src/coreutils.h
|
|
/src/coreutils_symlinks
|
|
/src/coreutils_shebangs
|
|
/src/cu-progs.mk
|
|
/src/fs-latest-magic.h
|
|
/src/libsinglebin_*.a
|
|
/src/make-prime-list
|
|
/src/primes.h
|
|
/src/single-binary.mk
|
|
/src/version.c
|
|
/src/version.h
|
|
/stamp-h1
|
|
/tests/*/*.log
|
|
/tests/*/*.trs
|
|
/tests/.built-programs
|
|
/tests/factor/t[0-9][0-9].sh
|
|
/tests/t?
|
|
/tests/test-suite.log
|
|
ID
|
|
Makefile
|
|
Makefile.in
|
|
TAGS
|
|
THANKS
|
|
THANKS-to-translators
|