summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 19:19:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 19:19:22 +0000
commitb14a4676ed730a9091d6b295092e7bceddf0871c (patch)
treed8bf868e130d776640a345ed44489b8674f6bc10 /VERSIONS
parentcd01ba090105f57e31ef66189b1551e23c0bed99 (diff)
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Move variable settings up.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS14
1 files changed, 7 insertions, 7 deletions
diff --git a/VERSIONS b/VERSIONS
index 597dbf9..dbde75c 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -11,6 +11,13 @@ NEWLIBDIR=${BASEDIR}/newlib-cvs/src
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems
+# These are inferred from above but double check
+INSTALL=${BASEDIR}/install
+BSP_INSTALL=${BASEDIR}/bsp-install
+SCRIPTDIR=${BASEDIR}/gcc-testing
+LOGDIR=${BASEDIR}/log
+RESULTSDIR=${BASEDIR}/results-trunk
+
# These things vary between the GCC CFARM Debian and OAR Fedora test machines
# TODO: It would be good to probe to figure this out.
case `hostname` in
@@ -38,10 +45,3 @@ case `hostname` in
MAKEJOBS="-j3"
;;
esac
-
-INSTALL=${BASEDIR}/install
-BSP_INSTALL=${BASEDIR}/bsp-install
-SCRIPTDIR=${BASEDIR}/gcc-testing
-LOGDIR=${BASEDIR}/log
-RESULTSDIR=${BASEDIR}/results-trunk
-