Makefile (07b48dbef2d1395c82edeccaf10e42ea7c0b6b36) Makefile (33392354a001a7e6e504717bd3f249456d36cc00)
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

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

170 sparc_ONLY=$(POUND_SIGN) \
171 $(PKGMACH)_ONLY= \
172 ARCH=$(PKGMACH) \
173 ARCH32=$($(PKGMACH)_ARCH32) \
174 ARCH64=$($(PKGMACH)_ARCH64) \
175 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
176 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
177 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
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

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

170 sparc_ONLY=$(POUND_SIGN) \
171 $(PKGMACH)_ONLY= \
172 ARCH=$(PKGMACH) \
173 ARCH32=$($(PKGMACH)_ARCH32) \
174 ARCH64=$($(PKGMACH)_ARCH64) \
175 PKGVERS_COMPONENT=$(PKGVERS_COMPONENT) \
176 PKGVERS_BUILTON=$(PKGVERS_BUILTON) \
177 PKGVERS_BRANCH=$(PKGVERS_BRANCH) \
178 PKGVERS=$(PKGVERS)
178 PKGVERS=$(PKGVERS) \
179 PERL_VERSION=$(PERL_VERSION) \
180 PERL_PKGVERS=$(PERL_PKGVERS)
179
180PKGDEP_TOKENS_i386= \
181 'PLATFORM=i86hvm' \
182 'PLATFORM=i86pc' \
183 'PLATFORM=i86xpv' \
184 'ISALIST=amd64' \
185 'ISALIST=i386'
186PKGDEP_TOKENS_sparc= \

--- 533 unchanged lines hidden ---
181
182PKGDEP_TOKENS_i386= \
183 'PLATFORM=i86hvm' \
184 'PLATFORM=i86pc' \
185 'PLATFORM=i86xpv' \
186 'ISALIST=amd64' \
187 'ISALIST=i386'
188PKGDEP_TOKENS_sparc= \

--- 533 unchanged lines hidden ---