Git commit 8ed5d473134916ae8bf90ccb9c67f0f2503bb6f9 by Michael Pyne. Committed on 31/05/2014 at 21:42. Pushed by ashark into branch 'docbook_historied_per_file'.
Make make-install-prefix a common option again. I had made some build-system related options not automatically apply to modules with customized build systems (e.g. Qt, CMake, "custom"). But this seems like the kind of option we'd want to have in common, as noted in a bug report to me by Andre Wöbbeking, so make make-install-prefix apply to all build systems by default if it's a global option. This can, of course, still be overridden for individual modules or module-sets. Original commit: 4a949962 https://invent.kde.org/sdk/kdesrc-build/-/commit/4a949962c6bf45876769e7a4f1048ebe95d1b756 M +1 -1 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/8ed5d473134916ae8bf90ccb9c67f0f2503bb6f9 diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 94c0d724..02f43429 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -625,7 +625,7 @@ generated by the script. <row id="conf-make-install-prefix"> <entry>make-install-prefix</entry> -<entry>Module setting overrides global (build system option)</entry> +<entry>Module setting overrides global</entry> <entry>Set this variable to a space-separated list, which is interpreted as a command and its options to precede the <userinput><command>make</command> <option>install</option></userinput> command used to install modules. This is useful for installing packages with &sudo; for example, but
