summaryrefslogtreecommitdiff
path: root/rules/CC/EXPRESSIONS
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-05-31 12:29:42 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2023-05-31 12:29:42 +0200
commit6bae849b9242378d286c80d08a903f143027328b (patch)
tree83c17a72637c6cddc1a379fd5d7e96ac907a85c3 /rules/CC/EXPRESSIONS
parentac9563009ba6025ff9bd8c0124e2aa072ef03f86 (diff)
parent3207a8c0b15d80e77e3addc98fc3d23027bb298b (diff)
downloadrules-cc-6bae849b9242378d286c80d08a903f143027328b.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/EXPRESSIONS')
-rw-r--r--rules/CC/EXPRESSIONS13
1 files changed, 10 insertions, 3 deletions
diff --git a/rules/CC/EXPRESSIONS b/rules/CC/EXPRESSIONS
index d7289c9..e97ed76 100644
--- a/rules/CC/EXPRESSIONS
+++ b/rules/CC/EXPRESSIONS
@@ -1710,7 +1710,7 @@
}
}
}
-, "install-with-deps result":
+, "install-with-deps stage":
{ "vars": ["pc-install-dir", "targets", "prefix", "flat-libs", "hdrs-only"]
, "imports":
{ "compile-deps": "compile-deps"
@@ -1932,8 +1932,15 @@
}
]
]
- , "body":
- {"type": "RESULT", "artifacts": {"type": "var", "name": "install-stage"}}
+ , "body": {"type": "var", "name": "install-stage"}
+ }
+ }
+, "install-with-deps result":
+ { "vars": ["pc-install-dir", "targets", "prefix", "flat-libs", "hdrs-only"]
+ , "imports": {"install stage": "install-with-deps stage"}
+ , "expression":
+ { "type": "RESULT"
+ , "artifacts": {"type": "CALL_EXPRESSION", "name": "install stage"}
}
}
}