diff options
author | Eric Blake <ebb9@byu.net> | 2008-03-24 05:51:10 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-25 21:56:39 +0100 |
commit | 5f2ea441ac7eb7ace61e1ae422c5ae9165f02258 (patch) | |
tree | 6bddca80b12d56ec6d506b27e42d564298390eff /.gitignore | |
parent | da9f5e7fdffbb31f5c5949d5f931e757aa65e7c7 (diff) | |
download | coreutils-5f2ea441ac7eb7ace61e1ae422c5ae9165f02258.tar.xz |
Use new gnulib gnumakefile module.
* bootstrap.conf (gnulib_modules): Pull in new module.
* GNUmakefile: Remove from version control.
* .gitignore: Update.
* configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do
this now.
* Makefile.am (EXTRA_DIST, distclean-local): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b5c507eb8..c5d7a01a7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .version ABOUT-NLS ChangeLog +GNUmakefile ID INSTALL Makefile @@ -50,6 +51,7 @@ lib/libcoreutils.a lib/printf.c lib/progname.c lib/progname.h +lib/selinux m4/.cvsignore m4/.gitignore po/*.gmo |