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

/solaris-userland/components/meta-packages/history/
H A DMakefile39 HISTORY= history macro
44 HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -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/make-rules/
H A Dips.mk45 HISTORY= history macro
146 ifneq ($(wildcard $(HISTORY)),)
147 HISTORICAL_MANIFESTS = $(shell $(NAWK) -v FUNCTION=name -f $(GENERATE_HISTORY) < $(HISTORY))
355 # Rule to generate historical manifests from the $(HISTORY) file.
357 $(MANIFEST_BASE)-$(1): $(HISTORY) $(BUILD_DIR)
359 $(HISTORY) > $$@
491 $(HISTORY)

Completed in 13 milliseconds