diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-10 11:01:49 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-16 15:30:32 +0200 |
commit | e1bfd8422b150ddf136607da15e339bf46dceda2 (patch) | |
tree | be472517c8c8ce36131870d597f4587295be5997 /rules/patch/TARGETS | |
parent | e9812e49f3e2d8f8decb26e9a33d9160d199380d (diff) | |
download | justbuild-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/TARGETS | 6 |
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"] + } +} |