From 6404a5bf3fa7c19e3fff510453550e16a9777ec1 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 19 Feb 2007 06:06:55 +0000 Subject: [PATCH] * bootstrap: Remove occurrences of .#bootmp from lib/Makefile. --- ChangeLog | 4 ++++ bootstrap | 5 ++++- build-aux/.cvsignore | 1 + lib/.cvsignore | 1 + m4/.cvsignore | 1 + 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 908dc8a0..b956d379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-19 Joel E. Denny + + * bootstrap: Remove occurrences of .#bootmp from lib/Makefile. + 2007-02-13 Juan Manuel Guerrero * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61. diff --git a/bootstrap b/bootstrap index 33825b7a..65a8584e 100755 --- a/bootstrap +++ b/bootstrap @@ -362,7 +362,10 @@ slurp() { done if test $file = Makefile.am; then copied=$copied${sep}gnulib.mk; sep=$nl - remove_intl='/^[^#].*\/intl/s/^/#/' + remove_intl=' + /^[^#].*\/intl/s/^/#/ + s,\.#bootmp/,,g + ' sed "$remove_intl" $1/$dir/$file | cmp -s - $dir/gnulib.mk || { echo "$0: Copying $1/$dir/$file to $dir/gnulib.mk ..." && rm -f $dir/gnulib.mk && diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore index f7724115..23a5d983 100644 --- a/build-aux/.cvsignore +++ b/build-aux/.cvsignore @@ -8,6 +8,7 @@ depcomp install-sh javacomp.sh.in javaexec.sh.in +link-warning.h mdate-sh missing mkinstalldirs diff --git a/lib/.cvsignore b/lib/.cvsignore index c2c86105..e2569e9c 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -50,6 +50,7 @@ stdint.h stdint_.h stdio--.h stdio-safer.h +stdlib_.h stpcpy.c strerror.c string.h diff --git a/m4/.cvsignore b/m4/.cvsignore index ba11f3e6..44d0aab8 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -37,6 +37,7 @@ stdbool.m4 stdint.m4 stdint_h.m4 stdio-safer.m4 +stdlib_h.m4 stpcpy.m4 strerror.m4 string_h.m4 -- 2.45.2