| chmod -R +w $GFORTH |
chmod -R +w $GFORTH |
| rm -rf $GFORTH |
rm -rf $GFORTH |
| gunzip -cd $1 | tar xf - |
gunzip -cd $1 | tar xf - |
| if make --version|grep -q GNU |
(if make --version|grep -q GNU |
| then |
then |
| echo building in build |
echo building in build |
| chmod -R a-w $GFORTH |
chmod -R a-w $GFORTH |
| echo building in $GFORTH |
echo building in $GFORTH |
| cd $GFORTH |
cd $GFORTH |
| ./configure --prefix=$DIR/install |
./configure --prefix=$DIR/install |
| fi |
fi && |
| make && |
make && |
| make check && |
make check && |
| #gforth locals-test.fs |
#gforth locals-test.fs |
| cd .. && |
cd .. && |
| cd .. && |
cd .. && |
| install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye && |
install/bin/gforth test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs -e bye && |
| echo test ok |
echo test ok ) |
| chmod -R +w $GFORTH |
chmod -R +w $GFORTH |
| cd .. |
cd .. |