Index: apps/build.tcl =================================================================== diff -u -r90e3ef3c1cce1c922935ca633db371b3f36cc2f8 -r049a0557f38b48163602cd3a12aea24d5e10cf9e --- apps/build.tcl (.../build.tcl) (revision 90e3ef3c1cce1c922935ca633db371b3f36cc2f8) +++ apps/build.tcl (.../build.tcl) (revision 049a0557f38b48163602cd3a12aea24d5e10cf9e) @@ -57,9 +57,9 @@ exec >@stdout 2>@stderr bash -lc "make" cd $BUILDDIR - exec >@stdout 2>@stderr bash -lc "./configure --prefix=$INSTALLDIR --exec-prefix=$INSTALLDIR --with-tcl=$tclDir" - exec >@stdout 2>@stderr bash -lc "make test" - exec >@stdout 2>@stderr bash -lc "make install" + exec >@stdout 2>@stderr bash -lc "./configure --prefix=$INSTALLDIR --exec-prefix=$INSTALLDIR --with-tcl=$tclDir && make test && make install" + # exec >@stdout 2>@stderr bash -lc "make test" + # exec >@stdout 2>@stderr bash -lc "make install" } nmake-tea { exec >@stdout 2>@stderr nmake -nologo -f makefile.vc TCLDIR=$tclRoot release