diff options
author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2010-03-03 21:10:39 -0800 |
---|---|---|
committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2010-03-03 21:10:39 -0800 |
commit | 3c6aa570ee164b32d0094facf9aace9abfc636b1 (patch) | |
tree | bddd773af3f8db87e4fc9461ab67a983e7d3dff2 /usr/src | |
parent | 87916a323c874f1dd7ca8b682c2f348e006157a6 (diff) | |
download | illumos-gate-3c6aa570ee164b32d0094facf9aace9abfc636b1.tar.gz |
6931974 removal of nightly -0 flag missed a couple spots
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/scripts/nightly.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/scripts/nightly.sh b/usr/src/tools/scripts/nightly.sh index b6e9def667..1a60b1dd5e 100644 --- a/usr/src/tools/scripts/nightly.sh +++ b/usr/src/tools/scripts/nightly.sh @@ -1280,12 +1280,11 @@ Where: non-DEBUG is the default build type. Build options can be set in the NIGHTLY_OPTIONS variable in the <env_file> as follows: - -0 build the globalization package -A check for ABI differences in .so files -C check for cstyle/hdrchk errors -D do a build with DEBUG on -F do _not_ do a non-DEBUG build - -G gate keeper default group of options (-0au) + -G gate keeper default group of options (-au) -I integration engineer default group of options (-ampu) -M do not run pmodes (safe file permission checker) -N do not run protocmp @@ -1709,6 +1708,7 @@ DEV_CM="\"@(#)SunOS Internal Development: $LOGNAME $BUILD_DATE [$BASEWSDIR]\"" # we export POUND_SIGN, RELEASE_DATE and DEV_CM to speed up the build process # by avoiding repeated shell invocations to evaluate Makefile.master definitions. +# we export o_FLAG and X_FLAG for use by makebfu, and by usr/src/pkg/Makefile export o_FLAG X_FLAG POUND_SIGN RELEASE_DATE DEV_CM maketype="distributed" |