summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Rosenfeld <hans.rosenfeld@joyent.com>2020-01-28 15:28:52 +0100
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2020-02-13 17:17:26 +0100
commitb40354493afafb9870e25372645af933e189b24f (patch)
tree2649ea0b5637b480ed9f513f492d1389a943e477
parentdfdcac05b5cbcf4d3441fd96be492cec26eb3d24 (diff)
downloadillumos-joyent-b40354493afafb9870e25372645af933e189b24f.tar.gz
10931 BUILDPY2TOOLS and BUILDPY3TOOLS need to be documented in illumos.sh
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Kody Kantor <kody@kkantor.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
-rw-r--r--usr/src/tools/env/illumos.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh
index 2c4f7d5beb..3e32bf586d 100644
--- a/usr/src/tools/env/illumos.sh
+++ b/usr/src/tools/env/illumos.sh
@@ -118,6 +118,11 @@ export ENABLE_SMB_PRINTING=
#export BUILDPY2='#'
#export BUILDPY3='#'
+# To disable building this workspace's tools in $SRC/tools with either Python2
+# or Python3 (but not both!), uncomment either of these lines:
+#export BUILDPY2TOOLS='#'
+#export BUILDPY3TOOLS='#'
+
# Set console color scheme either by build type:
#
#export RELEASE_CONSOLE_COLOR="-DDEFAULT_ANSI_FOREGROUND=ANSI_COLOR_BLACK \