Differences From Artifact [3cd3ee2783]:
- Executable file build/test/test — part of check-in [823074a385] at 2014-05-21 03:57:19 on branch trunk — Updated to build Linux test as RHEL5 as well as allow user to specify individual targets (user: rkeene, size: 15631) [annotate] [blame] [check-ins using]
To Artifact [af8be2e90b]:
- Executable file build/test/test — part of check-in [fb09031888] at 2014-08-28 17:44:38 on branch trunk — Updated to Tcl 8.6.2 and updated to clear MAKEFLAGS environment variable, which can influence sub-builds (user: rkeene, size: 15631) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.15 8.6.1 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|
| |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.5.15 8.6.2 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|