diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-05-18 17:33:24 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-07-18 16:25:22 -0500 |
commit | 70143b9fb6146f632b4b5d924e508df293b600df (patch) | |
tree | 422707b9d00ca9b535d4e62edf39a3d1d3d84888 /usr/src/lib/pyzfs | |
parent | c1bbf9203b1eb61bb3596ec69b2497891c45694d (diff) | |
download | illumos-gate-70143b9fb6146f632b4b5d924e508df293b600df.tar.gz |
14769 remove support for Python 2.x
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib/pyzfs')
-rw-r--r-- | usr/src/lib/pyzfs/Makefile | 7 | ||||
-rw-r--r-- | usr/src/lib/pyzfs/amd64/Makefile | 24 | ||||
-rw-r--r-- | usr/src/lib/pyzfs/i386/Makefile | 32 | ||||
-rw-r--r-- | usr/src/lib/pyzfs/sparc/Makefile | 27 | ||||
-rw-r--r-- | usr/src/lib/pyzfs/sparcv9/Makefile | 24 |
5 files changed, 2 insertions, 112 deletions
diff --git a/usr/src/lib/pyzfs/Makefile b/usr/src/lib/pyzfs/Makefile index ac33e6d336..5d0ae5c8b2 100644 --- a/usr/src/lib/pyzfs/Makefile +++ b/usr/src/lib/pyzfs/Makefile @@ -26,11 +26,8 @@ include ../Makefile.lib -SUBDIRS= -$(BUILDPY2)SUBDIRS += $(MACH) -$(BUILD64)$(BUILDPY2)SUBDIRS += $(MACH64) -$(BUILD64)$(BUILDPY3)SUBDIRS += py3 -$(BUILD64)$(BUILDPY3b)SUBDIRS += py3b +SUBDIRS= py3 +$(BUILDPY3b)SUBDIRS += py3b XGETTEXT= $(GNUXGETTEXT) XGETFLAGS= $(GNUXGETFLAGS) diff --git a/usr/src/lib/pyzfs/amd64/Makefile b/usr/src/lib/pyzfs/amd64/Makefile deleted file mode 100644 index 11141ef969..0000000000 --- a/usr/src/lib/pyzfs/amd64/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# CDDL HEADER START -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# CDDL HEADER END - -# -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com -include ../../Makefile.lib.64 - -all: $(LIBS) -install: all $(ROOTLIBS64) diff --git a/usr/src/lib/pyzfs/i386/Makefile b/usr/src/lib/pyzfs/i386/Makefile deleted file mode 100644 index 3c870131dc..0000000000 --- a/usr/src/lib/pyzfs/i386/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com - -all: $(PBOJECT) $(LIBS) -install: all $(ROOTPYZFSFILES) $(ROOTLIBS) diff --git a/usr/src/lib/pyzfs/sparc/Makefile b/usr/src/lib/pyzfs/sparc/Makefile deleted file mode 100644 index 4ce880c2ae..0000000000 --- a/usr/src/lib/pyzfs/sparc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# - -include ../Makefile.com - -install: all $(ROOTLIBS) diff --git a/usr/src/lib/pyzfs/sparcv9/Makefile b/usr/src/lib/pyzfs/sparcv9/Makefile deleted file mode 100644 index 11141ef969..0000000000 --- a/usr/src/lib/pyzfs/sparcv9/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# CDDL HEADER START -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# CDDL HEADER END - -# -# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. -# - -PYVER = $(PYTHON_VERSION) -PYSUFFIX = $(PYTHON_SUFFIX) - -include ../Makefile.com -include ../../Makefile.lib.64 - -all: $(LIBS) -install: all $(ROOTLIBS64) |