diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-12 13:31:11 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-12 13:31:11 +0100 |
commit | 3d29363373bf079c4cdcff0f880b320cfe76f870 (patch) | |
tree | 2856df215b1be1edd69e2384a963b7dbb2abe553 /README.md | |
parent | 75ea4b77b11c605fcfc743b053269156ce7bb874 (diff) | |
download | justbuild-3d29363373bf079c4cdcff0f880b320cfe76f870.tar.gz |
README: minor wording fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ Justbuild is a generic build system supporting multi-repository builds. A pecularity of the tool is the separation between global names and physical location on the one hand, and logical paths -used for actions and installation (sometimes referred to as -"staging"). Language-specific information to translate high-level +used for actions and installation on the other hand (sometimes referred to as +"staging"). The language-specific information to translate high-level concepts (libraries, binaries) into individual compile action is taken from user-defined rules described by functional expressions. |