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

/solaris-userland-s11u3/components/meta-packages/history/
H A DMakefile39 HISTORY= history macro
44 HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -v MACH=$(MACH) -f $(GENERATE_HISTORY) < $(HISTORY))
54 # Rule to generate historical manifests from the $(HISTORY) file.
56 $(MANIFEST_BASE)-$(1): $(HISTORY) $(BUILD_DIR)
58 $(HISTORY) > $$@
/solaris-userland-s11u3/make-rules/
H A Dips.mk52 HISTORY= history macro
138 ifneq ($(wildcard $(HISTORY)),)
139 HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -f $(GENERATE_HISTORY) < $(HISTORY))
331 # Rule to generate historical manifests from the $(HISTORY) file.
333 $(MANIFEST_BASE)-$(1): $(HISTORY) $(BUILD_DIR)
335 $(HISTORY) > $$@
466 $(HISTORY)

Completed in 176 milliseconds