Searched defs:rule (Results 1 - 4 of 4) sorted by relevance
/solaris-userland-s11u3/make-rules/ |
H A D | lint-libraries.mk | 44 define lintlib-rule 68 $(foreach lintlib,$(LINT_LIBRARIES),$(eval $(call lintlib-rule,$(lintlib))))
|
H A D | prep.mk | 58 # Parfait patches rule: TODO - Integrate with other patch rules 66 define download-rule 77 # %.ed pattern rule above. 80 define patch-rule 100 define unpack-rule 109 # If an archive is defined, create a download, unpack and patch rule. 110 define archive-rule 112 $(eval $(call download-rule,$(1))) 113 $(eval $(call unpack-rule,$(1))) 114 $(eval $(call patch-rule, [all...] |
H A D | ips.mk | 228 # Define and execute a macro that generates a rule to create a manifest for a 232 define python-manifest-rule 239 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest-rule,$(ver)))) 241 # A rule to create a helper transform package for python, that will insert the 264 # Define and execute a macro that generates a rule to create a manifest for a 266 define perl-manifest-rule 271 $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver)))) 273 # A rule to create a helper transform package for perl, that will insert the 291 # Define and execute a macro that generates a rule to create a manifest for a 295 define ruby-manifest-rule [all...] |
/solaris-userland-s11u3/components/meta-packages/history/ |
H A D | Makefile | 55 define history-manifest-rule 60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst))))
|
Completed in 19 milliseconds