[gforth] / gforth / testdist  

gforth: gforth/testdist

Diff for /gforth/testdist between version 1.12 and 1.13

version 1.12, Sun Mar 2 21:25:20 2003 UTC version 1.13, Fri Aug 8 13:28:49 2003 UTC
Line 12 
Line 12 
 then  then
         echo building in build          echo building in build
         chmod -R a-w $GFORTH          chmod -R a-w $GFORTH
           rm -rf build
         mkdir build          mkdir build
         cd build          cd build
         ../$GFORTH/configure --prefix=$DIR/install          ../$GFORTH/configure --prefix=$DIR/install
Line 28 
Line 29 
 #make all-bench &&  #make all-bench &&
 chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 &&  chmod -R +w ../$GFORTH/vmgen-ex ../$GFORTH/vmgen-ex2 &&
 cd ../$GFORTH/vmgen-ex &&  cd ../$GFORTH/vmgen-ex &&
 PATH=$DIR/install/bin:$PATH make check GCC="cc -O" &&  PATH=$DIR/install/bin:$PATH make check GCC="cc -O" YACC=yacc &&
 cd ../vmgen-ex2 &&  cd ../vmgen-ex2 &&
 PATH=$DIR/install/bin:$PATH make check GCC="cc -O" &&  PATH=$DIR/install/bin:$PATH make check GCC="cc -O" YACC=yacc &&
 cd .. &&  cd .. &&
 cd .. &&  cd .. &&
 install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye &&  install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye &&


Generate output suitable for use with a patch program
Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help