Diff for /gforth/BUILD-FROM-SCRATCH between versions 1.24 and 1.25

version 1.24, 2008/01/16 21:29:03 version 1.25, 2008/01/16 21:50:55
Line 30 Line 30
 # kernel kernel images from the sources as well  # kernel kernel images from the sources as well
   
   
 if [ "$GFORTH"xx = "xx" ];  #if [ "$GFORTH"xx = "xx" ];
 then  #then
     rm -f gforth  #    rm -f gforth
     GFORTH="`which gforth` --die-on-signal"  #    GFORTH="`which gforth` --die-on-signal"
     if [ "$GFORTH"xx = "xx" ]; then  #    if [ "$GFORTH"xx = "xx" ]; then
         echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)'  #       echo 'BUILD-FROM-SCRATCH needs a working gforth (in environment variable GFORTH)'
         exit 1  #        exit 1
     fi  #    fi
 fi  #fi
   
 # makes a aclocal.m4 which includes the automake macros for autconf  # makes a aclocal.m4 which includes the automake macros for autconf
   

Removed from v.1.24  
changed lines
  Added in v.1.25


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>