diff options
author | Saulius Krasuckas <saulius2@ar-fi.lt> | 2022-06-07 17:42:30 +0300 |
---|---|---|
committer | lalbornoz <lucio@lucioillanes.de> | 2022-06-15 17:10:53 +0000 |
commit | 7a0b92a4aa931c7a4da732d42092e96eb79ccfda (patch) | |
tree | f989d5c4c3566dfd01e1e7ec908171251a188070 /etc | |
parent | ba0fc3ff1506cc07d32ab0197b5750ca3a2a481c (diff) | |
download | midipix_build-7a0b92a4aa931c7a4da732d42092e96eb79ccfda.tar.bz2 midipix_build-7a0b92a4aa931c7a4da732d42092e96eb79ccfda.tar.xz |
README.md: Separate a list and some tables from their description
... by an empty line so they become renderable / readable.
Signed-off-by: Saulius Krasuckas <saulius2@ar-fi.lt>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md index 654b9ca4..2f5904c9 100644 --- a/etc/README.md +++ b/etc/README.md @@ -73,6 +73,7 @@ in other projects. ### 2.1. Building, installing and using a Midipix distribution
A Midipix distribution consists of the following:
+
* the native Midipix toolchain, consisting of perk, gcc, its dependencies,
and binutils,
* musl, a lightweight, fast, simple, and free libc[[1](https://www.musl-libc.org/faq.html)] used by Midipix,
@@ -693,6 +694,7 @@ pathname of the current item being processed relative to a specification with a pattern in it.
The following parameters are defined by default during ``install_files``:
+
| Name | Value |
| ------------- | -------------------------------------- |
| _builddir | ${PKG_BUILD_DIR} |
@@ -709,11 +711,13 @@ The following parameters are defined by default during ``install_files``: | _workdir | ${BUILD_WORKDIR} |
The following operation flags are defined:
+
| Flag | Description |
| --------- | ------------------------ |
| ``?`` | Continue on soft failure |
The following operations are defined:
+
| Operation | Arity | Description |
| -------------- | ------ | ---------------------------------------------------------------- |
| ``-`` | Unary | Remove directories and/or files |
@@ -729,11 +733,13 @@ The following operations are defined: | ``T`` | Binary | touch(1) files and/or directories with timestamp |
The following expression modifiers are defined:
+
| Modifier | Description |
| -------------- | ----------------------------------------- |
| ``@`` | Recursively reevaluate after substituting |
The following subexpression operators are defined:
+
| Operation | Arity | Description |
| -------------- | ------ | ---------------------------------------------------------------- |
| ``##`` | Unary | Remove largest prefix from left-hand side |
|