mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
* bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user