4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
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 2010, 2011 Nexenta Systems, Inc. All rights reserved.
23 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
24 #
25
26 # Configuration variables for the runtime environment of the nightly
27 # build script and other tools for construction and packaging of
28 # releases.
29 # This example is suitable for building an illumos workspace, which
30 # will contain the resulting archives. It is based off the onnv
31 # release. It sets NIGHTLY_OPTIONS to make nightly do:
32 # DEBUG build only (-D, -F)
33 # do not bringover from the parent (-n)
34 # runs 'make check' (-C)
35 # checks for new interfaces in libraries (-A)
36 # runs lint in usr/src (-l plus the LINTDIRS variable)
37 # sends mail on completion (-m and the MAILTO variable)
38 # creates packages for PIT/RE (-p)
39 # checks for changes in ELF runpaths (-r)
40 # build and use this workspace's tools in $SRC/tools (-t)
41 #
42 # - This file is sourced by "bldenv.sh" and "nightly.sh" and should not
43 # be executed directly.
212 # means "go to directory A and run 'make lint'" Then mail me (y) the
213 # difference in the lint output. 'y' should only be used if the area you're
214 # linting is actually lint clean or you'll get lots of mail.
215 # You shouldn't need to change this though.
216 #export LINTDIRS="$SRC y"
217
218 # Set this flag to 'n' to disable the automatic validation of the dmake
219 # version in use. The default is to check it.
220 #CHECK_DMAKE='y'
221
222 # Set this flag to 'n' to disable the use of 'checkpaths'. The default,
223 # if the 'N' option is not specified, is to run this test.
224 #CHECK_PATHS='y'
225
226 # POST_NIGHTLY can be any command to be run at the end of nightly. See
227 # nightly(1) for interactions between environment variables and this command.
228 #POST_NIGHTLY=
229
230 # Uncomment this to disable support for SMB printing.
231 # export ENABLE_SMB_PRINTING='#'
|
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
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 2010, 2011 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 #
26
27 # Configuration variables for the runtime environment of the nightly
28 # build script and other tools for construction and packaging of
29 # releases.
30 # This example is suitable for building an illumos workspace, which
31 # will contain the resulting archives. It is based off the onnv
32 # release. It sets NIGHTLY_OPTIONS to make nightly do:
33 # DEBUG build only (-D, -F)
34 # do not bringover from the parent (-n)
35 # runs 'make check' (-C)
36 # checks for new interfaces in libraries (-A)
37 # runs lint in usr/src (-l plus the LINTDIRS variable)
38 # sends mail on completion (-m and the MAILTO variable)
39 # creates packages for PIT/RE (-p)
40 # checks for changes in ELF runpaths (-r)
41 # build and use this workspace's tools in $SRC/tools (-t)
42 #
43 # - This file is sourced by "bldenv.sh" and "nightly.sh" and should not
44 # be executed directly.
213 # means "go to directory A and run 'make lint'" Then mail me (y) the
214 # difference in the lint output. 'y' should only be used if the area you're
215 # linting is actually lint clean or you'll get lots of mail.
216 # You shouldn't need to change this though.
217 #export LINTDIRS="$SRC y"
218
219 # Set this flag to 'n' to disable the automatic validation of the dmake
220 # version in use. The default is to check it.
221 #CHECK_DMAKE='y'
222
223 # Set this flag to 'n' to disable the use of 'checkpaths'. The default,
224 # if the 'N' option is not specified, is to run this test.
225 #CHECK_PATHS='y'
226
227 # POST_NIGHTLY can be any command to be run at the end of nightly. See
228 # nightly(1) for interactions between environment variables and this command.
229 #POST_NIGHTLY=
230
231 # Uncomment this to disable support for SMB printing.
232 # export ENABLE_SMB_PRINTING='#'
233
234 # If your distro uses certain versions of Perl, make sure either Makefile.master
235 # contains your new defaults OR your .env file sets them.
236 # These are how you would override for building on OmniOS r151012, for example.
237 #export PERL_VERSION=5.16.1
238 #export PERL_ARCH=i86pc-solaris-thread-multi-64int
239 #export PERL_PKGVERS=-5161
|