[gforth] / gforth / testclean  

gforth: gforth/testclean

Diff for /gforth/testclean between version 1.4 and 1.5

version 1.4, Sun Aug 2 14:03:16 1998 UTC version 1.5, Sat Jul 15 19:58:47 2000 UTC
Line 1 
Line 1 
 #usage: invoke this in the gforth directory  #usage: invoke this in the gforth directory
 GFORTH=gforth-0.4.0  GFORTH=gforth-0.4.9-20000715
 make dist  make dist >/dev/null 2>/dev/null
 mkdir xxxtest  mkdir xxxtest
 cd xxxtest  cd xxxtest
 for i in orig changed  for i in orig changed
Line 13 
Line 13 
 cd changed/$GFORTH  cd changed/$GFORTH
 ./configure >/dev/null  ./configure >/dev/null
 make >/dev/null 2>/dev/null  make >/dev/null 2>/dev/null
 make distclean  make distclean >/dev/null 2>/dev/null
 cd ../..  cd ../..
 echo checking distclean  echo checking distclean
 diff -rq orig changed  diff -rq orig changed
Line 25 
Line 25 
 done  done
 cd changed/$GFORTH  cd changed/$GFORTH
 make >/dev/null 2>/dev/null  make >/dev/null 2>/dev/null
 make clean  make clean >/dev/null 2>/dev/null
 cd ../..  cd ../..
 echo checking clean  echo checking clean
 diff -rq orig changed  diff -ru orig changed
 cd ..  cd ..
 rm -rf xxxtest  rm -rf xxxtest


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help