Makefile.master (3cac7b0d) Makefile.master (45ede40b)
1#
2# CDDL HEADER START
3#
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

--- 13 unchanged lines hidden (view full) ---

22#
23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27# Copyright 2015 Gary Mills
28# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
29# Copyright 2016 Toomas Soome <tsoome@me.com>
1#
2# CDDL HEADER START
3#
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

--- 13 unchanged lines hidden (view full) ---

22#
23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
27# Copyright 2015 Gary Mills
28# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
29# Copyright 2016 Toomas Soome <tsoome@me.com>
30# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
30# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
31# Copyright 2021 Joyent, Inc.
32# Copyright 2019 RackTop Systems.
33# Copyright 2020 Oxide Computer Company
34# Copyright 2020 Peter Tribble
35#
36
37#
38# Makefile.master, global definitions for system source

--- 171 unchanged lines hidden (view full) ---

210PERL_ARCH64= $(PERL_MACH)-solaris$(PERL_VARIANT)-64
211PYTHON_VERSION= 2.7
212PYTHON_PKGVERS= -27
213PYTHON_SUFFIX=
214PYTHON= /usr/bin/python$(PYTHON_VERSION)
215PYTHON3_VERSION= 3.5
216PYTHON3_PKGVERS= -35
217PYTHON3_SUFFIX= m
31# Copyright 2021 Joyent, Inc.
32# Copyright 2019 RackTop Systems.
33# Copyright 2020 Oxide Computer Company
34# Copyright 2020 Peter Tribble
35#
36
37#
38# Makefile.master, global definitions for system source

--- 171 unchanged lines hidden (view full) ---

210PERL_ARCH64= $(PERL_MACH)-solaris$(PERL_VARIANT)-64
211PYTHON_VERSION= 2.7
212PYTHON_PKGVERS= -27
213PYTHON_SUFFIX=
214PYTHON= /usr/bin/python$(PYTHON_VERSION)
215PYTHON3_VERSION= 3.5
216PYTHON3_PKGVERS= -35
217PYTHON3_SUFFIX= m
218# BUILDPY3b should be overridden in the .env file in order to build the libbe
219# python module with a secondary python to aid migration between versions.
220BUILDPY3b= $(POUND_SIGN)
221PYTHON3b_VERSION= 3.9
222PYTHON3b_PKGVERS= -39
223PYTHON3b_SUFFIX=
224#
218PYTHON3= /usr/bin/python$(PYTHON3_VERSION)
225PYTHON3= /usr/bin/python$(PYTHON3_VERSION)
226$(BUILDPY3b)PYTHON3b= /usr/bin/python$(PYTHON3b_VERSION)
219$(BUILDPY3TOOLS)TOOLS_PYTHON= $(PYTHON3)
220$(BUILDPY2TOOLS)TOOLS_PYTHON= $(PYTHON)
221SORT= /usr/bin/sort
222TR= /usr/bin/tr
223TOUCH= /usr/bin/touch
224WC= /usr/bin/wc
225XARGS= /usr/bin/xargs
226ELFEDIT= /usr/bin/elfedit

--- 1084 unchanged lines hidden ---
227$(BUILDPY3TOOLS)TOOLS_PYTHON= $(PYTHON3)
228$(BUILDPY2TOOLS)TOOLS_PYTHON= $(PYTHON)
229SORT= /usr/bin/sort
230TR= /usr/bin/tr
231TOUCH= /usr/bin/touch
232WC= /usr/bin/wc
233XARGS= /usr/bin/xargs
234ELFEDIT= /usr/bin/elfedit

--- 1084 unchanged lines hidden ---