* 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

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