summaryrefslogtreecommitdiff
path: root/usr/src/tools
diff options
context:
space:
mode:
authorJeppe Toustrup <jeppe@tenzer.dk>2010-08-28 21:08:04 +0200
committerJeppe Toustrup <jeppe@tenzer.dk>2010-08-28 21:08:04 +0200
commit081d8c978e318a6a50a0a2f1e68c77ede242ef8d (patch)
treed7ab686e886e9e3ad988aeae6ad5ba8bcc0b9c13 /usr/src/tools
parent1c0a1de1ec8512a50a2a4090c7fc43fc0e822a10 (diff)
downloadillumos-joyent-081d8c978e318a6a50a0a2f1e68c77ede242ef8d.tar.gz
103 illumos.sh - missing ";"
Reviewed by: estseg@gmail.com Approved by: garrett@nexenta.com
Diffstat (limited to 'usr/src/tools')
-rw-r--r--usr/src/tools/env/illumos.sh19
1 files changed, 9 insertions, 10 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh
index c06fd5e872..a94783c55f 100644
--- a/usr/src/tools/env/illumos.sh
+++ b/usr/src/tools/env/illumos.sh
@@ -45,16 +45,6 @@ GATE=testws; export GATE
# CODEMGR_WS - where is your workspace at (or what should nightly name it)
CODEMGR_WS="/export/$GATE"; export CODEMGR_WS
-#
-# The following two macros are the closed/crypto binaries. Once
-# Illumos has totally freed itself, we can remove these references.
-#
-# Location of encumbered binaries.
-ON_CLOSED_BINS="$CODEMGR_WS/closed"; export ON_CLOSED_BINS
-# Location of signed cryptographic binaries.
-ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2" export ON_CRYPTO_BINS
-
-
# Maximum number of dmake jobs. The recommended number is 2 + NCPUS,
# where NCPUS is the number of logical CPUs on your build system.
maxjobs() {
@@ -94,6 +84,15 @@ ATLOG="$CODEMGR_WS/log"; export ATLOG
LOGFILE="$ATLOG/nightly.log"; export LOGFILE
MACH=`uname -p`; export MACH
+#
+# The following two macros are the closed/crypto binaries. Once
+# Illumos has totally freed itself, we can remove these references.
+#
+# Location of encumbered binaries.
+ON_CLOSED_BINS="$CODEMGR_WS/closed"; export ON_CLOSED_BINS
+# Location of signed cryptographic binaries.
+ON_CRYPTO_BINS="$CODEMGR_WS/on-crypto.$MACH.tar.bz2"; export ON_CRYPTO_BINS
+
# REF_PROTO_LIST - for comparing the list of stuff in your proto area
# with. Generally this should be left alone, since you want to see differences
# from your parent (the gate).