Differences From Artifact [7e37283f7c]:
- Executable file tclvfs/build.sh — part of check-in [fddc41b4b8] at 2014-05-20 22:58:57 on branch trunk — Updated to include global CFLAGS/LDFLAGS/CPPFLAGS/LIBS in addition to per-project settings (user: rkeene, size: 2905) [annotate] [blame] [check-ins using] [more...]
To Artifact [55e0cfef36]:
- Executable file tclvfs/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: 2856) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - - + - | fi export TCL_VERSION if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |