Makefile (25b05a3e) Makefile (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

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

19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
25# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
26# Copyright 2016 RackTop Systems.
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

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

19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
25# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
26# Copyright 2016 RackTop Systems.
27# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
27# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
28# Copyright 2020 Peter Tribble
29#
30
31include $(SRC)/Makefile.master
32include $(SRC)/Makefile.buildnum
33
34#
35# Make sure we're getting a consistent execution environment for the

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

190 PERL_ARCH=$(PERL_ARCH) \
191 PERL_ARCH64=$(PERL_ARCH64) \
192 PERL_VERSION=$(PERL_VERSION) \
193 PERL_PKGVERS=$(PERL_PKGVERS) \
194 BUILDPERL32=$(BUILDPERL32) \
195 BUILDPERL64=$(BUILDPERL64) \
196 PYTHON_VERSION=$(PYTHON_VERSION) \
197 PYTHON3_VERSION=$(PYTHON3_VERSION) \
28# Copyright 2020 Peter Tribble
29#
30
31include $(SRC)/Makefile.master
32include $(SRC)/Makefile.buildnum
33
34#
35# Make sure we're getting a consistent execution environment for the

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

190 PERL_ARCH=$(PERL_ARCH) \
191 PERL_ARCH64=$(PERL_ARCH64) \
192 PERL_VERSION=$(PERL_VERSION) \
193 PERL_PKGVERS=$(PERL_PKGVERS) \
194 BUILDPERL32=$(BUILDPERL32) \
195 BUILDPERL64=$(BUILDPERL64) \
196 PYTHON_VERSION=$(PYTHON_VERSION) \
197 PYTHON3_VERSION=$(PYTHON3_VERSION) \
198 PYTHON3b_VERSION=$(PYTHON3b_VERSION) \
198 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \
199 PYTHON3_PKGVERS=$(PYTHON3_PKGVERS) \
199 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \
200 PYTHON3_PKGVERS=$(PYTHON3_PKGVERS) \
201 PYTHON3b_PKGVERS=$(PYTHON3b_PKGVERS) \
200 python2_ONLY=$(BUILDPY2) \
201 python3_ONLY=$(BUILDPY3) \
202 python2_ONLY=$(BUILDPY2) \
203 python3_ONLY=$(BUILDPY3) \
204 python3b_ONLY=$(BUILDPY3b) \
202 python2tools_ONLY=$(BUILDPY2TOOLS) \
203 python3tools_ONLY=$(BUILDPY3TOOLS) \
204 JAVA_11_ONLY=$(JAVA_11_ONLY) \
205 JAVA_8_ONLY=$(JAVA_8_ONLY)
206
207PKGDEP_TOKENS_i386= \
208 'PLATFORM=i86hvm' \
209 'PLATFORM=i86pc' \

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

257$(BUILDPY2) MANIFESTS += \
258 system-library-python-libbe-2.p5m \
259 system-library-python-solaris-2.p5m \
260 system-library-python-zfs-2.p5m
261$(BUILDPY3) MANIFESTS += \
262 system-library-python-libbe-3.p5m \
263 system-library-python-solaris-3.p5m \
264 system-library-python-zfs-3.p5m
205 python2tools_ONLY=$(BUILDPY2TOOLS) \
206 python3tools_ONLY=$(BUILDPY3TOOLS) \
207 JAVA_11_ONLY=$(JAVA_11_ONLY) \
208 JAVA_8_ONLY=$(JAVA_8_ONLY)
209
210PKGDEP_TOKENS_i386= \
211 'PLATFORM=i86hvm' \
212 'PLATFORM=i86pc' \

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

260$(BUILDPY2) MANIFESTS += \
261 system-library-python-libbe-2.p5m \
262 system-library-python-solaris-2.p5m \
263 system-library-python-zfs-2.p5m
264$(BUILDPY3) MANIFESTS += \
265 system-library-python-libbe-3.p5m \
266 system-library-python-solaris-3.p5m \
267 system-library-python-zfs-3.p5m
268$(BUILDPY3b) MANIFESTS += \
269 system-library-python-libbe-3b.p5m \
270 system-library-python-solaris-3b.p5m \
271 system-library-python-zfs-3b.p5m
265
266PKGS= $(MANIFESTS:%.p5m=%)
267DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
268PROC_PKGS= $(PKGS:%=$(PDIR)/%.mog)
269FIN_PKGS= $(PKGS:%=$(PDIR)/%.fin)
270
271#
272# Track the synthetic manifests separately so we can properly express

--- 500 unchanged lines hidden ---
272
273PKGS= $(MANIFESTS:%.p5m=%)
274DEP_PKGS= $(PKGS:%=$(PDIR)/%.dep)
275PROC_PKGS= $(PKGS:%=$(PDIR)/%.mog)
276FIN_PKGS= $(PKGS:%=$(PDIR)/%.fin)
277
278#
279# Track the synthetic manifests separately so we can properly express

--- 500 unchanged lines hidden ---