Diff for /gforth/testdist between versions 1.15 and 1.16

version 1.15, 2003/08/25 08:02:58 version 1.16, 2003/08/25 16:14:25
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  make install && Line 31  make install &&
 #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 .. &&

Removed from v.1.15  
changed lines
  Added in v.1.16


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