Lines Matching refs:build

80 # Function to do a DEBUG and non-DEBUG build. Needed because we might
81 # need to do another for the source build, and since we only deliver DEBUG or
93 # non-DEBUG build begins
98 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
100 echo "\n==== No non-DEBUG $open_only build ====\n" >> "$LOGFILE"
103 # non-DEBUG build ends
105 # DEBUG build begins
110 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
112 echo "\n==== No DEBUG $open_only build ====\n" >> "$LOGFILE"
115 # DEBUG build ends
161 # Function to do the build, including package generation.
162 # usage: build LABEL SUFFIX ND MULTIPROTO
163 # - LABEL is used to tag build output.
170 function build {
228 echo "\n==== Ended OS-Net source build at `date` ($LABEL) ====\n" \
231 echo "\n==== Elapsed build time ($LABEL) ====\n" >>$mail_msg_file
335 echo "\n==== package build errors ($LABEL) ====\n" \
352 echo "\n==== No $LABEL packages to build ====\n" \
460 # returns non-zero status if the build was successful.
475 echo "\n==== Tools build errors ====\n" >> $mail_msg_file
588 echo "\n==== Getting object changes since last build at `date`" \
597 # Functions for setting build flags (DEBUG/non-DEBUG). Keep them
626 +t Use the build tools in $ONBLD_TOOLS/bin
627 -V VERS set the build version string to VERS
634 non-DEBUG is the default build type. Build options can be set in the
639 -D do a build with DEBUG on
640 -F do _not_ do a non-DEBUG build
647 -V VERS set the build version string to VERS
649 -i do an incremental build (no "make clobber")
651 -m send mail to $MAILTO at end of build
655 -t build and use the tools in $SRC/tools (default setting)
656 +t Use the build tools in $ONBLD_TOOLS/bin
658 when used with -f, also build an unrefmaster.out in the parent
663 # for partially completed build and log.`date '+%F'`
742 # clear environment variables we know to be bad for the build
955 # we export POUND_SIGN, RELEASE_DATE and DEV_CM to speed up the build process
1020 # directory, which doesn't always work. Needed until all build machines
1029 # export build.
1068 # since this script assumes the build is from full source, it nullifies
1124 echo "\n==== Nightly build noise ====\n" |
1209 # exist. If it does, it should name the build host and PID. If it
1211 # known to be stale (assumes host name is unique among build systems
1226 echo "$MACH build of $basews apparently" \
1230 echo "$MACH build of $basews already started" \
1280 # Locks have been taken, so we're doing a build and we're committed to
1304 echo "\n==== Nightly $maketype build started: $START_DATE ====" \
1310 # make sure we log only to the nightly build file
1342 # to specify a DEBUG build.
1344 echo "WARNING: DEBUG build not requested; disabling lint.\n" \
1370 # We're not doing a tools build, so make sure elfsign(1) is
1403 # Save the current proto area if we're comparing against the last build
1485 # the build after having interrupted a previous 'make clobber'.
1770 echo "The link-editor needs to be at version 422 or higher to build" | \
1772 echo "the latest stuff. Hope your build works." | \
1790 # timestamp the start of the normal build; the findunref tool uses it.
1791 touch $SRC/.build.tstamp
1979 # If we're doing a DEBUG build the proto area will be left
2005 # If there is an ELF-data directory from a previous build,
2012 "(since last build) ====\n" | \
2092 echo "\n==== Diff unreferenced files (since last build) ====\n" \
2099 findunref -S $SCM_TYPE -t $SRC/.build.tstamp -s usr $CODEMGR_WS \
2111 # contain only valid references to files. If the build has failed,
2155 echo "==== Nightly $maketype build completed: $END_DATE ====" | \
2167 echo "\n==== Total build time ====" | \