Lines Matching refs:OPTHOME
51 # OPTHOME may be set in the environment to override /opt
619 if [ "$OPTHOME" = "" ]; then
620 OPTHOME=/opt
621 export OPTHOME
635 it will be looked for in $OPTHOME/onbld/env.
800 if [ -f $OPTHOME/onbld/env/$1 ]; then
801 . $OPTHOME/onbld/env/$1
803 echo "Cannot find env file as either $1 or $OPTHOME/onbld/env/$1"
942 PATH="$OPTHOME/onbld/bin:$OPTHOME/onbld/bin/${MACH}:/usr/ccs/bin"
943 PATH="$PATH:$OPTHOME/SUNWspro/bin:/usr/bin:/usr/sbin:/usr/ucb"