Print this page
11224 nightly and bldenv should be usable directly


   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2016 RackTop Systems.
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 # Copyright 2019, Joyent, Inc.
  28 #
  29 # - This file is sourced by "bldenv.sh" and "nightly.sh" and should not
  30 #   be executed directly.
  31 # - This script is only interpreted by ksh93 and explicitly allows the
  32 #   use of ksh93 language extensions.
  33 
  34 
  35 # -----------------------------------------------------------------------------
  36 # Parameters you are likely to want to change
  37 # -----------------------------------------------------------------------------
  38 
  39 #       DEBUG build only (-D, -F)
  40 #       do not bringover from the parent (-n)
  41 #       runs 'make check' (-C)
  42 #       checks for new interfaces in libraries (-A)
  43 #       sends mail on completion (-m and the MAILTO variable)
  44 #       creates packages for PIT/RE (-p)
  45 #       checks for changes in ELF runpaths (-r)
  46 #       build and use this workspace's tools in $SRC/tools (-t)
  47 export NIGHTLY_OPTIONS='-FnCDAmprt'
  48 
  49 # Some scripts optionally send mail messages to MAILTO.




   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  23 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24 # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2016 RackTop Systems.
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 # Copyright 2020 Joyent, Inc.
  28 #
  29 # - This file is sourced by "bldenv" and "nightly" and should not
  30 #   be executed directly.
  31 # - This script is only interpreted by ksh93 and explicitly allows the
  32 #   use of ksh93 language extensions.
  33 
  34 
  35 # -----------------------------------------------------------------------------
  36 # Parameters you are likely to want to change
  37 # -----------------------------------------------------------------------------
  38 
  39 #       DEBUG build only (-D, -F)
  40 #       do not bringover from the parent (-n)
  41 #       runs 'make check' (-C)
  42 #       checks for new interfaces in libraries (-A)
  43 #       sends mail on completion (-m and the MAILTO variable)
  44 #       creates packages for PIT/RE (-p)
  45 #       checks for changes in ELF runpaths (-r)
  46 #       build and use this workspace's tools in $SRC/tools (-t)
  47 export NIGHTLY_OPTIONS='-FnCDAmprt'
  48 
  49 # Some scripts optionally send mail messages to MAILTO.