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

/solaris-userland/make-rules/
H A Dips.mk27 # 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
[all...]
/solaris-userland/components/meta-packages/history/
H A DMakefile29 # 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 TARGET=$1 -f $(GENERATE_HISTORY) < \
60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
85 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
89 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<

Completed in 64 milliseconds