89 # specified, the build is simply run in a new task in the current project.
90 BUILD_PROJECT=; export BUILD_PROJECT
91
92 # You should not need to change the next four lines
93 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
94 ATLOG="$CODEMGR_WS/log"; export ATLOG
95 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
96 MACH=`uname -p`; export MACH
97
98 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
99 # the ELF interface description file resulting from the build is compared
100 # to that from the specified directory. This ensures that our object
101 # versioning evolves in a backward compatible manner.
102 #
103 # You should not need to change this unless you wish to use locally cached
104 # baseline files. If you use this, it must be local (or nfs): nightly cannot
105 # copy over ssh or http.
106 #
107 ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH"; export ELF_DATA_BASELINE_DIR
108
109 # This is usually just needed if the closed tree is missing, or when
110 # building a project gate with the -O (cap oh) flag.
111 # ON_CRYPTO_BINS="$PARENT_WS/packages/$MACH/on-crypto.$MACH.tar.bz2"
112 # export ON_CRYPTO_BINS
113
114 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
115 # with. Generally this should be left alone, since you want to see differences
116 # between todays build and yesterdays.
117 #
118 REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
119
120 #
121 # build environment variables, including version info for mcs, motd,
122 # motd, uname and boot messages. Mostly you shouldn't change this except
123 # when the release slips (nah) or when starting a new release.
124 #
125 ROOT="$CODEMGR_WS/proto/root_${MACH}"; export ROOT
126 SRC="$CODEMGR_WS/usr/src"; export SRC
127 VERSION="$GATE"; export VERSION
128
129 #
130 # the RELEASE and RELEASE_DATE variables are set in Makefile.master;
131 # there might be special reasons to override them here, but that
132 # should not be the case in general
133 #
|
89 # specified, the build is simply run in a new task in the current project.
90 BUILD_PROJECT=; export BUILD_PROJECT
91
92 # You should not need to change the next four lines
93 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
94 ATLOG="$CODEMGR_WS/log"; export ATLOG
95 LOGFILE="$ATLOG/nightly.log"; export LOGFILE
96 MACH=`uname -p`; export MACH
97
98 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
99 # the ELF interface description file resulting from the build is compared
100 # to that from the specified directory. This ensures that our object
101 # versioning evolves in a backward compatible manner.
102 #
103 # You should not need to change this unless you wish to use locally cached
104 # baseline files. If you use this, it must be local (or nfs): nightly cannot
105 # copy over ssh or http.
106 #
107 ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH"; export ELF_DATA_BASELINE_DIR
108
109 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
110 # with. Generally this should be left alone, since you want to see differences
111 # between todays build and yesterdays.
112 #
113 REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
114
115 #
116 # build environment variables, including version info for mcs, motd,
117 # motd, uname and boot messages. Mostly you shouldn't change this except
118 # when the release slips (nah) or when starting a new release.
119 #
120 ROOT="$CODEMGR_WS/proto/root_${MACH}"; export ROOT
121 SRC="$CODEMGR_WS/usr/src"; export SRC
122 VERSION="$GATE"; export VERSION
123
124 #
125 # the RELEASE and RELEASE_DATE variables are set in Makefile.master;
126 # there might be special reasons to override them here, but that
127 # should not be the case in general
128 #
|