Index: apps/build.tcl =================================================================== diff -u -r049a0557f38b48163602cd3a12aea24d5e10cf9e -r16f15e0928cc28e34242b2adad1d566309994f40 --- apps/build.tcl (.../build.tcl) (revision 049a0557f38b48163602cd3a12aea24d5e10cf9e) +++ apps/build.tcl (.../build.tcl) (revision 16f15e0928cc28e34242b2adad1d566309994f40) @@ -50,13 +50,14 @@ # exec >@stdout 2>@stderr bash -lc "echo \$PATH" # exec >@stdout 2>@stderr bash -lc "cd && pwd" # exec >@stdout 2>@stderr bash -lc "cd && ls -la" - + switch -exact -- $TOOLCHAIN { autoconf-tea { exec >@stdout 2>@stderr bash -lc "./configure --libdir=$tclDir --enable-64bit" exec >@stdout 2>@stderr bash -lc "make" cd $BUILDDIR + puts BUILDDIR=$BUILDDIR,PWD=[pwd],INSTALLDIR=$INSTALLDIR 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"