[sdk/kdesrc-build/docbook_historied_per_file] doc/cmdline: Execute install/fast on CMake, and add --install-only

Àlex Fiestas null at kde.org
Fri May 10 10:15:58 BST 2024


Git commit 779069d9deef4008e59d9558e7f646285679b505 by Àlex Fiestas.
Committed on 05/03/2014 at 14:08.
Pushed by ashark into branch 'docbook_historied_per_file'.

Execute install/fast on CMake, and add --install-only

This patch does three things:
1-Adds --install-only for the sake of consistency
2-Adds --install into the usage
3-Makes the CMake (KDE4) build system use make install/fast.

make install/fast only performs the installation of the files
thus avoiding a double compilation.

REVIEW: 116589

Original commit: 45bd13fd
https://invent.kde.org/sdk/kdesrc-build/-/commit/45bd13fd792b96a2ebf2c6887da263f0ebc2c02a

M  +7    -0    doc/cmdline/supported-cmdline-params.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/779069d9deef4008e59d9558e7f646285679b505

diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook
index e4981cc0..d5efcb87 100644
--- a/doc/cmdline/supported-cmdline-params.docbook
+++ b/doc/cmdline/supported-cmdline-params.docbook
@@ -125,6 +125,13 @@ Only perform the build process.
 </para></listitem>
 </varlistentry>
 
+<varlistentry id="cmdline-install-only">
+<term><parameter>--install-only</parameter></term>
+<listitem><para>
+Only perform the install process.
+</para></listitem>
+</varlistentry>
+
 <varlistentry id="cmdline-ignore-modules">
 <term><parameter>--ignore-modules</parameter></term>
 <listitem><para>



More information about the kde-doc-english mailing list