158 # If you append to this list using target-specific assignments (:=),
159 # be very careful that the targets are of the form $(PDIR)/pkgname. If
160 # you use a higher level target, or a package list, you'll trigger a
161 # complete reprocessing of all manifests because they'll fail command
162 # dependency checking.
163 #
164 PM_TRANSFORMS= common_actions publish restart_fmri facets defaults \
165 extract_metadata
166 PM_INC= transforms manifests
167
168 PKGMOG_DEFINES= \
169 i386_ONLY=$(POUND_SIGN) \
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)
179
180 PKGDEP_TOKENS_i386= \
181 'PLATFORM=i86hvm' \
182 'PLATFORM=i86pc' \
183 'PLATFORM=i86xpv' \
184 'ISALIST=amd64' \
185 'ISALIST=i386'
186 PKGDEP_TOKENS_sparc= \
187 'PLATFORM=sun4u' \
188 'PLATFORM=sun4v' \
189 'ISALIST=sparcv9' \
190 'ISALIST=sparc'
191 PKGDEP_TOKENS= $(PKGDEP_TOKENS_$(PKGMACH))
192
193 #
194 # The package lists are generated with $(PKGDEP_TYPE) as their
195 # dependency types, so that they can be included by either an
196 # incorporation or a group package.
197 #
198 $(PDIR)/osnet-redist.mog := PKGDEP_TYPE= require
|
158 # If you append to this list using target-specific assignments (:=),
159 # be very careful that the targets are of the form $(PDIR)/pkgname. If
160 # you use a higher level target, or a package list, you'll trigger a
161 # complete reprocessing of all manifests because they'll fail command
162 # dependency checking.
163 #
164 PM_TRANSFORMS= common_actions publish restart_fmri facets defaults \
165 extract_metadata
166 PM_INC= transforms manifests
167
168 PKGMOG_DEFINES= \
169 i386_ONLY=$(POUND_SIGN) \
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) \
179 PERL_VERSION=$(PERL_VERSION) \
180 PERL_PKGVERS=$(PERL_PKGVERS)
181
182 PKGDEP_TOKENS_i386= \
183 'PLATFORM=i86hvm' \
184 'PLATFORM=i86pc' \
185 'PLATFORM=i86xpv' \
186 'ISALIST=amd64' \
187 'ISALIST=i386'
188 PKGDEP_TOKENS_sparc= \
189 'PLATFORM=sun4u' \
190 'PLATFORM=sun4v' \
191 'ISALIST=sparcv9' \
192 'ISALIST=sparc'
193 PKGDEP_TOKENS= $(PKGDEP_TOKENS_$(PKGMACH))
194
195 #
196 # The package lists are generated with $(PKGDEP_TYPE) as their
197 # dependency types, so that they can be included by either an
198 # incorporation or a group package.
199 #
200 $(PDIR)/osnet-redist.mog := PKGDEP_TYPE= require
|