#
#pragma ident	"@(#)env	1.31	95/03/08 SMI"
#
# Copyright (c) 1995 by Sun Microsystems, Inc.
# All rights reserved.
#
#	Configuration variables for the runtime environment of the nightly
# build script and other tools for construction and packaging of releases.
#
CODEMGR_WS="/build/foo_gate";		export CODEMGR_WS
PARENT_WS="/ws/train";			export PARENT_WS
LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
ATLOG="$CODEMGR_WS/log";		export ATLOG
LOGFILE="$ATLOG/nightly.log";           export LOGFILE
TAPE="/dev/rmt/0n";			export TAPE
MACH=`uname -p`;			export MACH
#
#This variable specifies the compiler paths, typically /opt/SUNWspro/bin,

#SPRO_BIN=;				export SPRO_BIN
#
# A variable telling the linker to KEEP_STATE on library dependencies.
# This is harmless if SUNWonld is missing.
#
SGS_SUPPORT=/opt/SUNWonld/lib/libldmake.so.1:libldstab.so.1
export SGS_SUPPORT
#
# The bringover, if any, is done as STAFFER.
# Set STAFFER to your own login as gate keeper or integration engineer.
# The point is to use group "staff" and avoid referencing the parent
# workspace as root.
# Some scripts optionally send mail messages to STAFFER.
#
STAFFER=nobody;				export STAFFER
#
# Reference protolist for use by protocmp to generate the proto comparison
# showing impact on packages.  Another value you might use here would be:
#
# REF_PROTO_LIST=/ws/train/usr/src/proto_list_${MACH}
#
REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
#
# where cpio archives of the OS are placed
#
CPIODIR="$CODEMGR_WS/cpioarchive";	export CPIODIR
#
# location of a reference copy of cpiotemplate
#
CPIOTEMPLATE="/net/dunk/sdet/merge/cpiotemplate_${MACH}"; export CPIOTEMPLATE
#
#	build environment variables, including version info for mcs, motd,
# motd, uname and boot messages
#
ROOT="$CODEMGR_WS/proto/root_${MACH}";	export ROOT
SRC="$CODEMGR_WS/usr/src";         	export SRC
RELEASE="5.5";				export RELEASE
VERSION="nightly-`date '+%m/%d/%y'`";	export VERSION
RELEASE_DATE="October 1995";		export RELEASE_DATE
INTERNAL_RELEASE_BUILD=;		export INTERNAL_RELEASE_BUILD
#
# Note: remove the comment on RELEASE_BUILD for external releases, or any
# other time you want DEBUG off in the kernel build.
#
# RELEASE_BUILD=;			export RELEASE_BUILD
#
# proto area in parent for optionally depositing a copy of headers and
# libraries corresponding to the protolibs target
#
PARENT_ROOT=$PARENT_WS/proto/root_$MACH; export PARENT_ROOT
#
# uncomment the following XENV_ROOT variable to use in conjunction
# with CBE wrappers.
#
# XENV_ROOT=$ROOT;			export XENV_ROOT
#
#       package creation variables
#
PKGDEFS=$SRC/pkgdefs;			export PKGDEFS
PKGARCHIVE=$CODEMGR_WS/pkgarchive;	export PKGARCHIVE
