[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bootstrap improvements for gzip
From: |
Paul Eggert |
Subject: |
bootstrap improvements for gzip |
Date: |
Fri, 13 Apr 2007 14:23:34 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
I installed this:
2007-04-13 Paul Eggert <address@hidden>
* bootstrap (gnulib_tool_option_extras): Put this back; it was
inadvertently omitted from gnulib.
(gnulib_tool_option): Use it.
* .cvsignore: Add *._bootmp*.
* lib/.cvsignore: Add stdlib.h, stdlib_.h, time.h, time_.h, unistd.h.
Remove alloca.c, alloca.h, alloca_.h, exit.h, getdelim.c, getdelim.h,
getline.c, getline.h, malloc.c, mbchar.c, mbchar.h, mbuiter.h, memchr.c,
regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
regexec.c, rpmatch.c, stdint.h, stdint_.h, strcase.h, strcasecmp.c,
strncasecmp.c, strnlen1.c, strnlen1.h, timespec.h, wcwidth.h.
* m4/.cvsignore: Add stdlib_h.m4, time_h.m4.
Remove alloca.m4, codeset.m4, getdelim.m4, getline.m4,
longlong.m4, mbchar.m4, mbiter.m4, mbrtowc.m4, memchr.m4, regex.m4,
rpmatch.m4, ssize_t.m4, stdint.m4 strcase.m4, timespec.m4, ulonglong.m4,
wchar_t.m4, wcwidth.m4, wint_t.m4.
Index: bootstrap
===================================================================
RCS file: /cvsroot/gzip/gzip/bootstrap,v
retrieving revision 1.3
diff -u -p -r1.3 bootstrap
--- bootstrap 20 Mar 2007 05:09:51 -0000 1.3
+++ bootstrap 13 Apr 2007 21:23:02 -0000
@@ -103,6 +103,8 @@ gnulib_extra_files="
$build_aux/config.sub
doc/INSTALL
"
+# Additional gnulib-tool options to use. Use "\newline" to break lines.
+gnulib_tool_option_extras=
# Other locale categories that need message catalogs.
EXTRA_LOCALE_CATEGORIES=
@@ -460,6 +462,7 @@ gnulib_tool_options="\
--source-base $bt/lib/\
--tests-base $bt/tests\
--local-dir gl\
+$gnulib_tool_option_extras\
"
echo "$0: $gnulib_tool $gnulib_tool_options --import ..."
$gnulib_tool $gnulib_tool_options --import $gnulib_modules &&
Index: .cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/.cvsignore,v
retrieving revision 1.4
diff -u -p -r1.4 .cvsignore
--- .cvsignore 5 Feb 2007 21:35:47 -0000 1.4
+++ .cvsignore 13 Apr 2007 21:23:02 -0000
@@ -1,3 +1,4 @@
+*._bootmp*
*.cache
*.doc
*.gz
Index: lib/.cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/lib/.cvsignore,v
retrieving revision 1.4
diff -u -p -r1.4 .cvsignore
--- lib/.cvsignore 5 Feb 2007 21:35:47 -0000 1.4
+++ lib/.cvsignore 13 Apr 2007 21:23:02 -0000
@@ -1,16 +1,12 @@
.deps
Makefile
Makefile.in
-alloca.c
-alloca.h
-alloca_.h
config.h
config.hin
creat-safer.c
dup-safer.c
error.c
error.h
-exit.h
exitfail.c
exitfail.h
fcntl--.h
@@ -18,50 +14,30 @@ fcntl-safer.h
fcntl.h
fcntl_.h
fd-safer.c
-getdelim.c
-getdelim.h
-getline.c
-getline.h
getopt.c
getopt1.c
getopt_.h
getopt_int.h
gettext.h
gnulib.mk
-malloc.c
-mbchar.c
-mbchar.h
-mbuiter.h
-memchr.c
open-safer.c
pipe-safer.c
-regcomp.c
-regex.c
-regex.h
-regex_internal.c
-regex_internal.h
-regexec.c
-rpmatch.c
stamp-h1
stat-time.h
stat_.h
stdbool_.h
-stdint.h
-stdint_.h
-strcase.h
-strcasecmp.c
-strncasecmp.c
-strnlen1.c
-strnlen1.h
+stdlib.h
+stdlib_.h
sys
sys_time_.h
-timespec.h
+time.h
+time_.h
unistd--.h
unistd-safer.h
+unistd.h
unistd_.h
utimens.c
utimens.h
-wcwidth.h
xalloc-die.c
xalloc.h
xmalloc.c
Index: m4/.cvsignore
===================================================================
RCS file: /cvsroot/gzip/gzip/m4/.cvsignore,v
retrieving revision 1.3
diff -u -p -r1.3 .cvsignore
--- m4/.cvsignore 5 Feb 2007 21:35:47 -0000 1.3
+++ m4/.cvsignore 13 Apr 2007 21:23:02 -0000
@@ -1,42 +1,25 @@
absolute-header.m4
-alloca.m4
-codeset.m4
error.m4
exitfail.m4
extensions.m4
fcntl-safer.m4
fcntl_h.m4
-getdelim.m4
-getline.m4
getopt.m4
gnulib-cache.m4
gnulib-common.m4
gnulib-comp.m4
gnulib-tool.m4
inline.m4
-longlong.m4
-mbchar.m4
-mbiter.m4
-mbrtowc.m4
-memchr.m4
-regex.m4
-rpmatch.m4
-ssize_t.m4
stat-time.m4
stdbool.m4
-stdint.m4
-strcase.m4
+stdlib_h.m4
sys_stat_h.m4
sys_time_h.m4
-timespec.m4
-ulonglong.m4
+time_h.m4
unistd-safer.m4
unistd_h.m4
utimbuf.m4
utimens.m4
utimes.m4
-wchar_t.m4
-wcwidth.m4
-wint_t.m4
xalloc.m4
yesno.m4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bootstrap improvements for gzip,
Paul Eggert <=