diff options
| author | David Lechner <dlechner@baylibre.com> | 2026-03-06 13:52:49 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2026-03-27 10:52:43 +0100 |
| commit | 2632deee5fa47ead646edbb1a0cfbd07c98ec094 (patch) | |
| tree | 5c6713a7336590402240d54a9d69ffd15f369413 | |
| parent | 4bcac9511c8d216f4ef405525582d7988f2a816b (diff) | |
doc/buildman: fix missing :: on examples
Fix 4 instances in buildman.rst where examples were missing :: for
proper formatting. Three cases just had a single : and in one case,
: didn't make grammatical sense, so it gets a stand-alone :: along
with fixing the indent.
Signed-off-by: David Lechner <dlechner@baylibre.com>
| -rw-r--r-- | tools/buildman/buildman.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index 9e850b26ec0..a2061715788 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -146,7 +146,7 @@ the '&' operator to limit the selection: - 'freescale & arm sandbox' - all Freescale boards with ARM architecture, plus sandbox -You can also use -x to specifically exclude some boards. For example: +You can also use -x to specifically exclude some boards. For example:: buildman arm -x nvidia,freescale,.*ball$ @@ -970,10 +970,12 @@ a set of (tag, value) pairs. settings file. They can also be useful when building U-Boot against other open source software. - [make-flags] - at91-boards=ENABLE_AT91_TEST=1 - snapper9260=${at91-boards} BUILD_TAG=442 - snapper9g45=${at91-boards} BUILD_TAG=443 + :: + + [make-flags] + at91-boards=ENABLE_AT91_TEST=1 + snapper9260=${at91-boards} BUILD_TAG=442 + snapper9g45=${at91-boards} BUILD_TAG=443 This will use 'make ENABLE_AT91_TEST=1 BUILD_TAG=442' for snapper9260 and 'make ENABLE_AT91_TEST=1 BUILD_TAG=443' for snapper9g45. A special @@ -986,7 +988,7 @@ a set of (tag, value) pairs. config.mk file and documented in the README. Note that you can pass ad-hoc options to the build using environment - variables, for example: + variables, for example:: SOME_OPTION=1234 ./tools/buildman/buildman my_board @@ -1357,7 +1359,7 @@ directory. Build summary ------------- -When Buildman finishes, it displays a summary, similar to the following: +When Buildman finishes, it displays a summary, similar to the following:: Completed: 5 total built, duration 0:00:21, rate 0.24 |
