[gforth] / gforth / testdist1  

gforth: gforth/testdist1

Diff for /gforth/testdist1 between version 1.3 and 1.4

version 1.3, Thu Mar 20 14:39:54 1997 UTC version 1.4, Thu May 29 19:42:15 1997 UTC
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
 #use this if your make cannot handle VPATH  #use this if your make cannot handle VPATH
 GFORTH=gforth-0.3.0  GFORTH=gforth-0.3.1
 mkdir test  mkdir test-dist
 cd test  cd test-dist
 DIR=$PWD  DIR=$PWD
 gunzip -cd ../$GFORTH.tar.gz|tar xf -  gunzip -cd ../$GFORTH.tar.gz|tar xf -
 cd $GFORTH  cd $GFORTH
Line 17 
Line 17 
 cd ..  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
 cd ..  cd ..
 rm -rf test  rm -rf test-dist


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help