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

/solaris-userland/make-rules/
H A Dprep-patch.mk26 GPATCH = /usr/bin/patch
34 # patches/{patch-file-name}.patch{version} where {patch-file-name} is a
35 # meaningful name for the patch contents and {version} corresponds to the
42 # PATCH_PATTERN can be overridden to adjust the patch naming scheme that the
48 PATCH_PATTERN ?= *.patch*
64 PCH_SUFFIXES = $(sort $(patsubst .patch_%,%, $(filter-out .patch,$(suffix $(ALL_PATCHES)))))
66 define patch-variables
69 PATCH_PATTERN$(1) ?= %.patch
[all...]

Completed in 25 milliseconds