bison-patches
[Top][All Lists]
Advanced

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

FYI: maint: remove left-over gnulib modules


From: Akim Demaille
Subject: FYI: maint: remove left-over gnulib modules
Date: Sun, 6 May 2012 11:21:00 +0200

From 85557aa1cb8e518650beaa4fb5a9e44cd02f24db Mon Sep 17 00:00:00 2001
From: Akim Demaille <address@hidden>
Date: Sun, 6 May 2012 10:04:47 +0200
Subject: [PATCH 3/6] maint: remove left-over gnulib modules.

* bootstrap.conf (gnulib_modules): Remove pipe-posix.
* lib/.gitignore, m4/.gitignore: Remove files that we no longer use.
---
bootstrap.conf |    2 +-
lib/.gitignore |   51 +++++++++++++++++++++++++--------------------------
m4/.gitignore  |    1 -
3 files changed, 26 insertions(+), 28 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 2dbcb05..e1fd548 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -22,7 +22,7 @@ gnulib_modules='
gettext git-version-gen gitlog-to-changelog
gpl-3.0 hash inttypes isnan javacomp-script
javaexec-script ldexpl maintainer-makefile malloc-gnu mbschr mbsrchr
-  mbswidth obstack perror pipe-posix progname
+  mbswidth obstack perror progname
quote quotearg realloc-posix
spawn-pipe stdbool stpcpy strdup-posix strerror strtoul strverscmp
unistd unistd-safer unlocked-io update-copyright unsetenv verify
diff --git a/lib/.gitignore b/lib/.gitignore
index c1c7c06..43f2628 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -22,6 +22,7 @@
/c-ctype.h
/c-strcase.h
/c-strcasecmp.c
+/c-strcaseeq.h
/c-strncasecmp.c
/calloc.c
/charset.alias
@@ -29,7 +30,11 @@
/cloexec.h
/close-hook.c
/close-hook.h
+/close-stream.c
+/close-stream.h
/close.c
+/closeout.c
+/closeout.h
/config.charset
/config.h
/config.hin
@@ -53,19 +58,25 @@
/fcntl.c
/fcntl.h
/fcntl.in.h
+/fd-hook.c
+/fd-hook.h
/fd-safer-flag.c
/fd-safer.c
/float+.h
+/float.c
/float.h
/float.in.h
/fopen-safer.c
/fopen.c
+/fpending.c
+/fpending.h
/fprintf.c
/fpucw.h
/frexp.c
/frexpl.c
/fseterr.c
/fseterr.h
+/fstat.c
/getdtablesize.c
/getopt.c
/getopt.h
@@ -88,6 +99,7 @@
/isnanl-nolibm.h
/isnanl.c
/iswblank.c
+/itold.c
/ldexpl.c
/localcharset.c
/localcharset.h
@@ -105,14 +117,18 @@
/mbuiter.h
/memchr.c
/memchr.valgrind
+/msvc-inval.c
+/msvc-inval.h
+/msvc-nothrow.c
+/msvc-nothrow.h
/nonblocking.c
/nonblocking.h
/obstack.c
/obstack.h
/open.c
+/pathmax.h
/perror.c
/pipe-safer.c
-/pipe.c
/pipe2-safer.c
/pipe2.c
/printf-args.c
@@ -124,10 +140,13 @@
/printf-parse.c
/printf-parse.h
/printf.c
+/progname.c
+/progname.h
/quote.c
/quote.h
/quotearg.c
/quotearg.h
+/raise.c
/rawmemchr.c
/rawmemchr.valgrind
/realloc.c
@@ -185,7 +204,10 @@
/strchrnul.valgrind
/strdup.c
/streq.h
+/strerror-override.c
+/strerror-override.h
/strerror.c
+/strerror_r.c
/string.h
/string.in.h
/stripslash.c
@@ -205,6 +227,7 @@
/sys_stat.in.h
/sys_wait.h
/sys_wait.in.h
+/sysexits.in.h
/time.h
/time.in.h
/unistd--.h
@@ -236,33 +259,9 @@
/wctype.in.h
/wcwidth.c
/xalloc-die.c
+/xalloc-oversized.h
/xalloc.h
/xmalloc.c
/xsize.h
/xstrndup.c
/xstrndup.h
-/c-strcaseeq.h
-/fd-hook.c
-/fd-hook.h
-/float.c
-/fstat.c
-/itold.c
-/msvc-inval.c
-/msvc-inval.h
-/msvc-nothrow.c
-/msvc-nothrow.h
-/pathmax.h
-/raise.c
-/strerror-override.c
-/strerror-override.h
-/strerror_r.c
-/xalloc-oversized.h
-/close-stream.c
-/close-stream.h
-/closeout.c
-/closeout.h
-/fpending.c
-/fpending.h
-/sysexits.in.h
-/progname.c
-/progname.h
diff --git a/m4/.gitignore b/m4/.gitignore
index 9291b69..8f41360 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -98,7 +98,6 @@
/open.m4
/pathmax.m4
/perror.m4
-/pipe.m4
/pipe2.m4
/po.m4
/posix_spawn.m4
-- 
1.7.10.1





reply via email to

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