From aeb59935e91f02454cfe453d5bef77ac05e46542 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 30 Mar 2021 11:05:46 +0200 Subject: manuals: fix suspicious newlines - That could originate from documentation migration issues - Checked that the corresponding links still exist (From yocto-docs rev: 38bae8f6067bc12f3617ed38587737d22dd7b32c) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/sdk-manual/working-projects.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index bddf00a7dc..f880cbe0d5 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst @@ -104,10 +104,7 @@ project: .. note:: - If you get errors from - configure.ac - , which - autoreconf + If you get errors from ``configure.ac``, which ``autoreconf`` runs, that indicate missing files, you can use the "-i" option, which ensures missing auxiliary files are copied to the build host. @@ -206,9 +203,7 @@ regarding variable behavior: .. note:: Regardless of how you set your variables, if you use the "-e" option - with - make - , the variables from the SDK setup script take precedence: + with ``make``, the variables from the SDK setup script take precedence: :: $ make -e target -- cgit v1.2.3-54-g00ecf