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 | 49a1fc766de1b78427a50f37dbf5650237293067 (patch) | |
tree | 2fe2617d1bc4f280bb82f1a4d5698f3405656685 /patch/TARGETS | |
parent | 7858f9a9b61ee2d695252e6785158e7436063263 (diff) | |
download | rules-cc-49a1fc766de1b78427a50f37dbf5650237293067.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 'patch/TARGETS')
-rw-r--r-- | patch/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/TARGETS b/patch/TARGETS new file mode 100644 index 0000000..9a0ad77 --- /dev/null +++ b/patch/TARGETS @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["patch", "defaults"] + , "PATCH": ["patch"] + , "PATH": ["/bin", "/usr/bin"] + } +} |