diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-24 11:03:59 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-24 11:03:59 +0200 |
commit | 2da5f8eed0531a74073c78fedc741d84ce29c34c (patch) | |
tree | ccd9222cda196da653ad206586153f46f3fb6665 | |
parent | 252119269fc003e1669b016951ee587b3558b6bb (diff) | |
download | rules-cc-2da5f8eed0531a74073c78fedc741d84ce29c34c.tar.gz |
Update README with docs fixes
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -388,7 +388,7 @@ Library produced by Configure and Make build and install. | `"version"` | The library version, used for pkg-config files. Individual version components are joined with `"."`. | | `"stage"` | The logical location of the public headers and library files. Individual directory components are joined with `"/"`. | | `"configure"` | Run ./configure if non-empty. | -| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set. | +| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set). | | `"targets"` | The Make targets to build in the specified order (default: `["install"]`). | | `"prefix"` | The prefix used for the Make target. The path will be made absolute and individual directory components are joined with `"/"`. If no prefix is specified, the value from the config variable `"PREFIX"` is taken, with the default value being `"/"`. | | `"options"` | Make options for the build phase. (e.g., `["-f", "Makefile", "ARCH=x86"]`) | @@ -424,7 +424,7 @@ Data produced by Configure and Make build and install. | ----- | ----------- | | `"subdir"` | The subdirectory that contains the configure and Makefile. Individual directory components are joined with `"/"`. | | `"configure"` | Run ./configure if non-empty. | -| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set. Variables can be accessed via `"$(<varname>)"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | +| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set). Variables can be accessed via `"$(<varname>)"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | | `"targets"` | The Make targets to build in the specified order (default: `["install"]`). | | `"prefix"` | The prefix used for the Make target. The path will be made absolute and individual directory components are joined with `"/"`. If no prefix is specified, the value from the config variable `"PREFIX"` is taken, with the default value being `"/"`. | | `"options"` | Make options for the configuration phase (e.g., `["-f", "Makefile", "ARCH=x86", "LD=$(CC)"]`). Variables can be accessed via `"$(<varname>)"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | |