diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 16:40:33 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-07 16:40:33 +0200 |
commit | 64d89ed40ba6796d0705ded4b1b1526be8476fc4 (patch) | |
tree | b059f673300fc0ee19bcad5cea5038018f2d4f89 /rules/CC/foreign/make/EXPRESSIONS | |
parent | 52ef2939f35f18bcefcf1c3955ef2b653aa0b0d1 (diff) | |
parent | b909c514866f1f0713edd831d183e4fa1e5c91f5 (diff) | |
download | rules-cc-64d89ed40ba6796d0705ded4b1b1526be8476fc4.tar.gz |
Merge subtree 'rules' into rules-cc
* commit 'b909c514866f1f0713edd831d183e4fa1e5c91f5':
Do not assume out_dirs exist
rules: Do not assume out_dirs exist
Diffstat (limited to 'rules/CC/foreign/make/EXPRESSIONS')
-rw-r--r-- | rules/CC/foreign/make/EXPRESSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/CC/foreign/make/EXPRESSIONS b/rules/CC/foreign/make/EXPRESSIONS index 57b0a94..55d9fa8 100644 --- a/rules/CC/foreign/make/EXPRESSIONS +++ b/rules/CC/foreign/make/EXPRESSIONS @@ -277,7 +277,7 @@ { "type": "++" , "$1": [ [ "set -eu" - , "mkdir scratch" + , "mkdir -p scratch install" , "readonly ROOT=\"$(pwd)\"" , "export TMPDIR=\"$(pwd)/scratch\"" , "export DESTDIR=\"$(pwd)/install\"" |