summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-07 09:00:00 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-11-14 12:01:33 +0100
commit0688b3bc9134c6afb69f9d75f46d90c13a887334 (patch)
tree6eb24c929f0bcfd53b4212362a5d831b5a5ae91d /INSTALL.md
parent847d06260d041d186a7e8f2a70a12fa4d67691f3 (diff)
downloadjustbuild-0688b3bc9134c6afb69f9d75f46d90c13a887334.tar.gz
Export default target
Wrapt the default target in an export target, taking all effective variables as flexible. Besides improved caching if just is used as a dependency in a downstream project, this also improves documentation as all configuration tunables are explicit and the most important ones documented. In particular, the standard way of getting information on a project, i.e., calling just-mr describe now gives proper information.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b11869d3..4c137659 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -19,8 +19,8 @@ specify `arm64` as the target architecture via the `-D` flag:
just-mr build -D '{"TARGET_ARCH":"arm64"}'
```
-A complete list of variables honored by our build rules is provided in the
-following table:
+The following table descries the most important supported configuration
+variables. The full list can be obtained via `just-mr describe`.
|Variable|Supported Values|Default Value for `just`|
|-|:-:|:-:|