From 7a0b92a4aa931c7a4da732d42092e96eb79ccfda Mon Sep 17 00:00:00 2001 From: Saulius Krasuckas Date: Tue, 7 Jun 2022 17:42:30 +0300 Subject: 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 --- etc/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 | -- cgit v1.2.3