doc: application: Fix application build comment

Fix the application build comment
to make it valid for both ninja and make build tools.
It generated the wrong "ninja" comment for "make".

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2023-11-16 15:03:07 +01:00 committed by Carles Cufí
parent c5e0f6c0ff
commit f345378db1

View file

@ -415,7 +415,7 @@ class ZephyrAppCommandsDirective(Directive):
cmake_args, source_dir)) cmake_args, source_dir))
if not compact: if not compact:
content.extend(['', content.extend(['',
'# Now run ninja on the generated build system:']) '# Now run the build tool on the generated build system:'])
if 'build' in goals: if 'build' in goals:
content.append('{}{}{}'.format(generator, tool_build_dir, content.append('{}{}{}'.format(generator, tool_build_dir,