summaryrefslogtreecommitdiff
path: root/rules/patch/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-08-10 11:01:49 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-08-16 15:30:32 +0200
commite1bfd8422b150ddf136607da15e339bf46dceda2 (patch)
treebe472517c8c8ce36131870d597f4587295be5997 /rules/patch/TARGETS
parente9812e49f3e2d8f8decb26e9a33d9160d199380d (diff)
downloadjustbuild-e1bfd8422b150ddf136607da15e339bf46dceda2.tar.gz
patch: Support defaults for patch rules
... and extend compatibility by not relying on arguments that are only supported by GNU patch implementations.
Diffstat (limited to 'rules/patch/TARGETS')
-rw-r--r--rules/patch/TARGETS6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/patch/TARGETS b/rules/patch/TARGETS
new file mode 100644
index 00000000..9a0ad77a
--- /dev/null
+++ b/rules/patch/TARGETS
@@ -0,0 +1,6 @@
+{ "defaults":
+ { "type": ["patch", "defaults"]
+ , "PATCH": ["patch"]
+ , "PATH": ["/bin", "/usr/bin"]
+ }
+}