[gforth] / gforth / testclean  

gforth: gforth/testclean

File: [gforth] / gforth / testclean (download)
Revision: 1.5, Sat Jul 15 19:58:47 2000 UTC (12 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.4: +5 -5 lines
changes to make snapshot work

#usage: invoke this in the gforth directory
GFORTH=gforth-0.4.9-20000715
make dist >/dev/null 2>/dev/null
mkdir xxxtest
cd xxxtest
for i in orig changed
do
  mkdir $i
  cd $i
  tar xfz ../../$GFORTH.tar.gz
  cd ..
done
cd changed/$GFORTH
./configure >/dev/null
make >/dev/null 2>/dev/null
make distclean >/dev/null 2>/dev/null
cd ../..
echo checking distclean
diff -rq orig changed
for i in orig changed
do
  cd $i/$GFORTH
  ./configure >/dev/null
  cd ../..
done
cd changed/$GFORTH
make >/dev/null 2>/dev/null
make clean >/dev/null 2>/dev/null
cd ../..
echo checking clean
diff -ru orig changed
cd ..
rm -rf xxxtest

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help