diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-07-19 11:24:20 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-07-19 11:24:20 -0400 |
commit | 56c7f1a1c7ca3aef7200fe9d148633070f0908dc (patch) | |
tree | 31807a50598560c84fe979887f3b14ecf8eb7d40 /usr/src/tools/env/illumos.sh | |
parent | 81f8ded9e0469715043eb450f73e96578cb80240 (diff) | |
parent | 708bde8c8780e5414779e4d9e7a7648886a4700e (diff) | |
download | illumos-joyent-OS-8397.tar.gz |
[illumos-gate merge]OS-8397
commit 708bde8c8780e5414779e4d9e7a7648886a4700e
14786 remove packaging support for SPARC
commit 70143b9fb6146f632b4b5d924e508df293b600df
14769 remove support for Python 2.x
Conflicts:
manifest
usr/src/cmd/mdb/Makefile.module
usr/src/tools/onbld/Checks/DbLookups.py
Diffstat (limited to 'usr/src/tools/env/illumos.sh')
-rw-r--r-- | usr/src/tools/env/illumos.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index bd21476c29..30148be6ef 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -106,23 +106,10 @@ export ENABLE_SMB_PRINTING= # If your distro uses certain versions of Python, make sure either # Makefile.master contains your new defaults OR your .env file sets them. -#export PYTHON_VERSION=2.7 -#export PYTHON_PKGVERS=-27 -#export PYTHON_SUFFIX= #export PYTHON3_VERSION=3.5 #export PYTHON3_PKGVERS=-35 #export PYTHON3_SUFFIX=m -# To disable building with either Python2 or Python 3 (or both), uncomment -# these lines: -#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 \ |