* bootstrap: Remove occurrences of .#bootmp from lib/Makefile.

This commit is contained in:
Joel E. Denny
2007-02-19 06:06:55 +00:00
parent 1ab41b2a2e
commit 6404a5bf3f
5 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
* bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
* djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.

View File

@@ -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 &&

View File

@@ -8,6 +8,7 @@ depcomp
install-sh
javacomp.sh.in
javaexec.sh.in
link-warning.h
mdate-sh
missing
mkinstalldirs

View File

@@ -50,6 +50,7 @@ stdint.h
stdint_.h
stdio--.h
stdio-safer.h
stdlib_.h
stpcpy.c
strerror.c
string.h

View File

@@ -37,6 +37,7 @@ stdbool.m4
stdint.m4
stdint_h.m4
stdio-safer.m4
stdlib_h.m4
stpcpy.m4
strerror.m4
string_h.m4