[gforth] / gforth / testdist  

gforth: gforth/testdist

Diff for /gforth/testdist between version 1.15 and 1.16

version 1.15, Mon Aug 25 08:02:58 2003 UTC version 1.16, Mon Aug 25 16:14:25 2003 UTC
Line 5 
Line 5 
 MACHINE=`hostname`  MACHINE=`hostname`
 GFORTH=`basename $1 .tar.gz`  GFORTH=`basename $1 .tar.gz`
 DIR=`cygpath -m \`pwd\` 2>/dev/null` || DIR=`pwd`  DIR=`cygpath -m \`pwd\` 2>/dev/null` || DIR=`pwd`
   PATHDIR=`pwd`
 test -z "$CC" && CC=cc  test -z "$CC" && CC=cc
 chmod -R +w $GFORTH  chmod -R +w $GFORTH
 rm -rf $GFORTH  rm -rf $GFORTH
Line 30 
Line 31 
 #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" YACC=yacc LEX=lex &&  PATH=$PATHDIR/install/bin:$PATH make check GCC="$CC -O" YACC=yacc LEX=lex &&
 cd ../vmgen-ex2 &&  cd ../vmgen-ex2 &&
 PATH=$DIR/install/bin:$PATH make check GCC="$CC -O" YACC=yacc LEX=lex &&  PATH=$DIR/install/bin:$PATH make check GCC="$CC -O" YACC=yacc LEX=lex &&
 cd .. &&  cd .. &&


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help