--- gforth/BUILD-FROM-SCRATCH 2008/01/01 13:39:13 1.23 +++ gforth/BUILD-FROM-SCRATCH 2008/02/26 18:02:34 1.26 @@ -30,15 +30,15 @@ # kernel kernel images from the sources as well -if [ "$GFORTH"xx = "xx" ]; -then - rm -f gforth - GFORTH=`which gforth` - if [ "$GFORTH"xx = "xx" ]; then - echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' - exit 1 - fi -fi +#if [ "$GFORTH"xx = "xx" ]; +#then +# rm -f gforth +# GFORTH="`which gforth` --die-on-signal" +# if [ "$GFORTH"xx = "xx" ]; then +# echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)' +# exit 1 +# fi +#fi # makes a aclocal.m4 which includes the automake macros for autconf @@ -60,8 +60,6 @@ echo timestamp >stamp-h.in #a local gforth.fi probably does not work with $GFORTH rm -f gforth.fi && -echo Running: make bootstrap && -make bootstrap && echo Running: make && make && make doc &&