mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
This commit is contained in:
@@ -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>
|
2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
|
||||||
|
|
||||||
* djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
|
* djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
|
||||||
|
|||||||
@@ -362,7 +362,10 @@ slurp() {
|
|||||||
done
|
done
|
||||||
if test $file = Makefile.am; then
|
if test $file = Makefile.am; then
|
||||||
copied=$copied${sep}gnulib.mk; sep=$nl
|
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 || {
|
sed "$remove_intl" $1/$dir/$file | cmp -s - $dir/gnulib.mk || {
|
||||||
echo "$0: Copying $1/$dir/$file to $dir/gnulib.mk ..." &&
|
echo "$0: Copying $1/$dir/$file to $dir/gnulib.mk ..." &&
|
||||||
rm -f $dir/gnulib.mk &&
|
rm -f $dir/gnulib.mk &&
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ depcomp
|
|||||||
install-sh
|
install-sh
|
||||||
javacomp.sh.in
|
javacomp.sh.in
|
||||||
javaexec.sh.in
|
javaexec.sh.in
|
||||||
|
link-warning.h
|
||||||
mdate-sh
|
mdate-sh
|
||||||
missing
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ stdint.h
|
|||||||
stdint_.h
|
stdint_.h
|
||||||
stdio--.h
|
stdio--.h
|
||||||
stdio-safer.h
|
stdio-safer.h
|
||||||
|
stdlib_.h
|
||||||
stpcpy.c
|
stpcpy.c
|
||||||
strerror.c
|
strerror.c
|
||||||
string.h
|
string.h
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ stdbool.m4
|
|||||||
stdint.m4
|
stdint.m4
|
||||||
stdint_h.m4
|
stdint_h.m4
|
||||||
stdio-safer.m4
|
stdio-safer.m4
|
||||||
|
stdlib_h.m4
|
||||||
stpcpy.m4
|
stpcpy.m4
|
||||||
strerror.m4
|
strerror.m4
|
||||||
string_h.m4
|
string_h.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user