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

version 1.24, 2008/01/16 21:29:03 version 1.26, 2008/02/26 18:02:34
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
   
Line 60  echo timestamp >stamp-h.in Line 60  echo timestamp >stamp-h.in
 #a local gforth.fi probably does not work with $GFORTH  #a local gforth.fi probably does not work with $GFORTH
 rm -f gforth.fi &&  rm -f gforth.fi &&
   
 echo Running: make bootstrap &&  
 make bootstrap &&  
 echo Running: make &&  echo Running: make &&
 make &&  make &&
 make doc &&  make doc &&

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


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