Diff for /gforth/testdist between versions 1.2 and 1.4

version 1.2, 1996/12/23 15:07:46 version 1.4, 1997/05/29 19:42:14
Line 1 Line 1
 #tests that dist works  #tests that dist works
 #call this with gforth-$(version).tar.gz in the working directory  #call this with gforth-$(version).tar.gz in the working directory
 GFORTH=gforth-0.2.1  #use this if your make handles VPATH ok
 mkdir test  GFORTH=gforth-0.3.1
 cd test  mkdir test-dist
   cd test-dist
 DIR=$PWD  DIR=$PWD
 gunzip -cd ../$GFORTH.tar.gz|tar xf -  gunzip -cd ../$GFORTH.tar.gz|tar xf -
 chmod -R a-w $GFORTH  chmod -R a-w $GFORTH
Line 19  cd .. Line 20  cd ..
 install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye  install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye
 chmod -R +w $GFORTH  chmod -R +w $GFORTH
 cd ..  cd ..
 rm -rf test  rm -rf test-dist

Removed from v.1.2  
changed lines
  Added in v.1.4


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