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

/solaris-userland-s11u3/make-rules/
H A Dprep.mk26 # One must do all unpack and patch in sequence.
49 PATCH_PATTERN ?= *.patch
58 # Parfait patches rule: TODO - Integrate with other patch rules
80 define patch-rule
82 # Prepend the patch directory to each archive patch.
85 PATCHDIR_PATCHES$(1) += $$(foreach patch,$$(COMPONENT_PATCHES$(1)), \
86 $$(PATCH_DIR)/$$(patch))
90 # Substitute the patch dir for the source dir on the patches
109 # If an archive is defined, create a download, unpack and patch rul
[all...]

Completed in 12 milliseconds