Makefile (d561bb99043ed4f82fe51b395850644c122a3867) | Makefile (4c1e9c664ecec498ddd32cdf30937419a5a495bb) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18# 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> | 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 --- 9 unchanged lines hidden (view full) --- 18# 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. |
|
26# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. 27# 28 29include $(SRC)/Makefile.master 30include $(SRC)/Makefile.buildnum 31 32# 33# Make sure we're getting a consistent execution environment for the --- 150 unchanged lines hidden (view full) --- 184 ARCH=$(PKGMACH) \ 185 ARCH32=$($(PKGMACH)_ARCH32) \ 186 ARCH64=$($(PKGMACH)_ARCH64) \ 187 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \ 188 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \ 189 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \ 190 PKGVERS=$(PKGVERS) \ 191 PERL_ARCH=$(PERL_ARCH) \ | 27# Copyright 2018 OmniOS Community Edition (OmniOSce) Association. 28# 29 30include $(SRC)/Makefile.master 31include $(SRC)/Makefile.buildnum 32 33# 34# Make sure we're getting a consistent execution environment for the --- 150 unchanged lines hidden (view full) --- 185 ARCH=$(PKGMACH) \ 186 ARCH32=$($(PKGMACH)_ARCH32) \ 187 ARCH64=$($(PKGMACH)_ARCH64) \ 188 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \ 189 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \ 190 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \ 191 PKGVERS=$(PKGVERS) \ 192 PERL_ARCH=$(PERL_ARCH) \ |
193 PERL_ARCH64=$(PERL_ARCH64) \ |
|
192 PERL_VERSION=$(PERL_VERSION) \ 193 PERL_PKGVERS=$(PERL_PKGVERS) \ | 194 PERL_VERSION=$(PERL_VERSION) \ 195 PERL_PKGVERS=$(PERL_PKGVERS) \ |
196 BUILDPERL32=$(BUILDPERL32) \ 197 BUILDPERL64=$(BUILDPERL64) \ |
|
194 PYTHON_VERSION=$(PYTHON_VERSION) \ 195 PYTHON3_VERSION=$(PYTHON3_VERSION) \ 196 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \ 197 PYTHON3_PKGVERS=$(PYTHON3_PKGVERS) \ 198 python2_ONLY=$(BUILDPY2) \ 199 python3_ONLY=$(BUILDPY3) \ 200 JAVA_8_ONLY=$(JAVA_8_ONLY) \ 201 JAVA_7_ONLY=$(JAVA_7_ONLY) \ --- 564 unchanged lines hidden --- | 198 PYTHON_VERSION=$(PYTHON_VERSION) \ 199 PYTHON3_VERSION=$(PYTHON3_VERSION) \ 200 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \ 201 PYTHON3_PKGVERS=$(PYTHON3_PKGVERS) \ 202 python2_ONLY=$(BUILDPY2) \ 203 python3_ONLY=$(BUILDPY3) \ 204 JAVA_8_ONLY=$(JAVA_8_ONLY) \ 205 JAVA_7_ONLY=$(JAVA_7_ONLY) \ --- 564 unchanged lines hidden --- |