Lines Matching defs:manifest
27 # Rules and Macros for generating an IPS package manifest and publishing an
57 METADATA_TEMPLATE = $(WS_TOP)/transforms/manifest-metadata-template
135 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH)
207 sample-manifest: $(GENERATED).p5m
215 # copy the canonical manifest(s) to the build tree
228 # Define and execute a macro that generates a rule to create a manifest for a
230 # Creates build/manifest-*-modulename-##.p5m file where ## is replaced with
232 define python-manifest-rule
239 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver))))
251 # Creates build/manifest-*-modulename.p5m file.
264 # Define and execute a macro that generates a rule to create a manifest for a
266 define perl-manifest-rule
271 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver))))
291 # Define and execute a macro that generates a rule to create a manifest for a
293 # Creates build/manifest-*-modulename-##.p5m file where ## is replaced with
295 define ruby-manifest-rule
308 $(eval $(call ruby-manifest-rule,$(shell echo $(ver) | \
322 # Creates build/manifest-*-modulename.p5m file.
332 define history-manifest-rule
334 $(NAWK) -v TARGET=$(1) -v FUNCTION=manifest -f $(GENERATE_HISTORY) < \
337 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
418 PKGSEND_PUBLISH_OPTIONS = -s $(PKG_REPO) publish --fmri-in-manifest
469 # be published and we should fail. A sample manifest can be generated
471 # $ gmake sample-manifest
474 $(error Missing canonical manifest(s))