diff options
Diffstat (limited to 'usr/src/tools/env/gatekeeper.sh')
| -rw-r--r-- | usr/src/tools/env/gatekeeper.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/tools/env/gatekeeper.sh b/usr/src/tools/env/gatekeeper.sh index 14cee3b3bc..50e6f9092f 100644 --- a/usr/src/tools/env/gatekeeper.sh +++ b/usr/src/tools/env/gatekeeper.sh @@ -20,7 +20,7 @@ # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -101,6 +101,11 @@ ATLOG="$CODEMGR_WS/log"; export ATLOG LOGFILE="$ATLOG/nightly.log"; export LOGFILE MACH=`uname -p`; export MACH +# This is usually just needed if the closed tree is missing, or when +# building a project gate with the -O (cap oh) flag. +# ON_CRYPTO_BINS="$PARENT_WS/packages/$MACH/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 # between todays build and yesterdays. |
