mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(mscripts): only execute render-bugs if it exists.
This commit is contained in:
parent
cff13e3395
commit
fd841cacc3
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* autogen.sh (mscripts): only execute render-bugs if it exists.
|
||||
|
||||
2006-12-23 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (-lm): No need to suppress libm on mingw, it's not
|
||||
|
|
|
@ -31,8 +31,10 @@ ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit
|
|||
|
||||
# TODO: This should be moved to dist-guile
|
||||
mscripts=../guile-scripts
|
||||
rm -f BUGS
|
||||
$mscripts/render-bugs > BUGS
|
||||
if test -x $mscripts/render-bugs ; then
|
||||
rm -f BUGS
|
||||
$mscripts/render-bugs > BUGS
|
||||
fi
|
||||
|
||||
######################################################################
|
||||
### update infrastructure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue