Lines Matching defs:manifest

27 # Rules and Macros for generating an IPS package manifest and publishing an
50 # run clean on a v1 manifest that actually needs to be updated. So we
58 METADATA_TEMPLATE = $(WS_TOP)/transforms/manifest-metadata-template
143 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH)
215 sample-manifest: $(GENERATED).p5m
223 # copy the canonical manifest(s) to the build tree
236 # Define and execute a macro that generates a rule to create a manifest for a
238 # Creates build/manifest-*-modulename-##.p5m file where ## is replaced with
240 define python-manifest-rule
251 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver))))
263 # Creates build/manifest-*-modulename.p5m file.
279 # Define and execute a macro that generates a rule to create a manifest for a
281 define perl-manifest-rule
289 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver))))
310 # Define and execute a macro that generates a rule to create a manifest for a
312 # Creates build/manifest-*-modulename-##.p5m file where ## is replaced with
314 define ruby-manifest-rule
330 $(eval $(call ruby-manifest-rule,$(shell echo $(ver) | \
344 # Creates build/manifest-*-modulename.p5m file.
356 define history-manifest-rule
358 $(NAWK) -v TARGET=$(1) -v FUNCTION=manifest -f $(GENERATE_HISTORY) < \
361 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
443 PKGSEND_PUBLISH_OPTIONS = -s $(PKG_REPO) publish --fmri-in-manifest
494 # be published and we should fail. A sample manifest can be generated
496 # $ gmake sample-manifest
499 $(error Missing canonical manifest(s))