Differences From Artifact [08cdee6d2a]:
- Executable file nsf/build.sh — part of check-in [dca99d9485] at 2015-10-23 21:38:39 on branch trunk — Third attempt: Provide a Tcl 8.4 wrapper, tested using tclsh8.4 as TCLSH_NATIVE (user: ssoberni, size: 4385) [annotate] [blame] [check-ins using]
To Artifact [bff94825d0]:
- Executable file nsf/build.sh — part of check-in [6f9977f121] at 2016-02-24 19:38:52 on branch trunk — Updated to use common download infrastructure (user: rkeene, size: 4338) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - - + - | rm -rf 'build' 'out' 'inst' mkdir 'build' 'out' 'inst' || exit 1 if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |