build: Fix --with-bootstrap build.
Reported by Vagrant Cascadian <vagrant@debian.org>. * build-aux/build.sh.in: Before building mes using mescc, in bootstrap mode, remove globals.o built for lib.
This commit is contained in:
parent
1c2a504cee
commit
f785f8d560
|
@ -170,6 +170,7 @@ fi
|
|||
${SHELL} ${srcdest}build-aux/build-lib.sh
|
||||
${SHELL} ${srcdest}build-aux/build-source-lib.sh
|
||||
if $bootstrap; then
|
||||
rm -f globals.* # FIXME: avoid name clash with globals from lib
|
||||
${SHELL} ${srcdest}build-aux/build-mes.sh
|
||||
cp -f bin/mes-mescc ../bin
|
||||
cp -f bin/mes ../bin
|
||||
|
|
Loading…
Reference in a new issue