Makefile (f936286c99fb83153e4bfd870eb2830a990a82c1) Makefile (2b8d4133711408440175da37343ced0f6f69755e)
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

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

166PM_TRANSFORMS= common_actions publish restart_fmri facets defaults \
167 extract_metadata
168PM_INC= transforms manifests
169
170JAVA_8_ONLY=$(BLD_JAVA_8)
171JAVA_7_ONLY=
172$(BLD_JAVA_8)JAVA_7_ONLY=$(POUND_SIGN)
173
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

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

166PM_TRANSFORMS= common_actions publish restart_fmri facets defaults \
167 extract_metadata
168PM_INC= transforms manifests
169
170JAVA_8_ONLY=$(BLD_JAVA_8)
171JAVA_7_ONLY=
172$(BLD_JAVA_8)JAVA_7_ONLY=$(POUND_SIGN)
173
174TITANIC_VERSION_MAJOR.cmd = echo $(VERSION) | sed -e 's/titanic_\([^.]*\).*/\1/'
175TITANIC_VERSION_MAJOR = $(TITANIC_VERSION_MAJOR.cmd:sh)
176TITANIC_VERSION_MAJOR_NEXT.cmd = echo $$(($(TITANIC_VERSION_MAJOR) + 1))
177TITANIC_VERSION_MAJOR_NEXT = $(TITANIC_VERSION_MAJOR_NEXT.cmd:sh)
178
174PKGMOG_DEFINES= \
175 i386_ONLY=$(POUND_SIGN) \
176 sparc_ONLY=$(POUND_SIGN) \
177 $(PKGMACH)_ONLY= \
178 ARCH=$(PKGMACH) \
179 ARCH32=$($(PKGMACH)_ARCH32) \
180 ARCH64=$($(PKGMACH)_ARCH64) \
181 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
182 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
183 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
184 PKGVERS=$(PKGVERS) \
185 PERL_ARCH=$(PERL_ARCH) \
186 PERL_VERSION=$(PERL_VERSION) \
187 PERL_PKGVERS=$(PERL_PKGVERS) \
188 PYTHON_VERSION=$(PYTHON_VERSION) \
189 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \
190 JAVA_8_ONLY=$(JAVA_8_ONLY) \
179PKGMOG_DEFINES= \
180 i386_ONLY=$(POUND_SIGN) \
181 sparc_ONLY=$(POUND_SIGN) \
182 $(PKGMACH)_ONLY= \
183 ARCH=$(PKGMACH) \
184 ARCH32=$($(PKGMACH)_ARCH32) \
185 ARCH64=$($(PKGMACH)_ARCH64) \
186 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
187 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
188 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
189 PKGVERS=$(PKGVERS) \
190 PERL_ARCH=$(PERL_ARCH) \
191 PERL_VERSION=$(PERL_VERSION) \
192 PERL_PKGVERS=$(PERL_PKGVERS) \
193 PYTHON_VERSION=$(PYTHON_VERSION) \
194 PYTHON_PKGVERS=$(PYTHON_PKGVERS) \
195 JAVA_8_ONLY=$(JAVA_8_ONLY) \
191 JAVA_7_ONLY=$(JAVA_7_ONLY)
196 JAVA_7_ONLY=$(JAVA_7_ONLY) \
197 TITANIC_VERSION_MAJOR=$(TITANIC_VERSION_MAJOR) \
198 TITANIC_VERSION_MAJOR_NEXT=$(TITANIC_VERSION_MAJOR_NEXT)
192
193PKGDEP_TOKENS_i386= \
194 'PLATFORM=i86hvm' \
195 'PLATFORM=i86pc' \
196 'PLATFORM=i86xpv' \
197 'ISALIST=amd64' \
198 'ISALIST=i386'
199PKGDEP_TOKENS_sparc= \

--- 533 unchanged lines hidden ---
199
200PKGDEP_TOKENS_i386= \
201 'PLATFORM=i86hvm' \
202 'PLATFORM=i86pc' \
203 'PLATFORM=i86xpv' \
204 'ISALIST=amd64' \
205 'ISALIST=i386'
206PKGDEP_TOKENS_sparc= \

--- 533 unchanged lines hidden ---