Searched defs:manifest (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/make-rules/
H A Dips.mk27 # 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
[all...]
/solaris-userland-s11u3/components/meta-packages/history/
H A DMakefile27 # the automatic (and lengthy) manifest manipulation that it does, which we
41 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH)
55 define history-manifest-rule
57 $(NAWK) -v FUNCTION=manifest -v MACH=$(MACH) -v TARGET=$1 -f $(GENERATE_HISTORY) < \
60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
83 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
87 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<

Completed in 830 milliseconds