[Bf-blender-cvs] [bca2701236a] master: GNUmakefile: clarify that order isn't important for multiple targets

Campbell Barton noreply at git.blender.org
Wed Oct 20 01:33:24 CEST 2021


Commit: bca2701236ab60dce5e32a8731f3bba43783b5b2
Author: Campbell Barton
Date:   Wed Oct 20 09:59:44 2021 +1100
Branches: master
https://developer.blender.org/rBbca2701236ab60dce5e32a8731f3bba43783b5b2

GNUmakefile: clarify that order isn't important for multiple targets

Also include example.

===================================================================

M	GNUmakefile

===================================================================

diff --git a/GNUmakefile b/GNUmakefile
index d620e5c4363..57892959d2a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,7 +27,7 @@
 define HELP_TEXT
 
 Blender Convenience Targets
-   Provided for building Blender, (multiple at once can be used).
+   Provided for building Blender (multiple targets can be used at once).
 
    * debug:         Build a debug binary.
    * full:          Enable all supported dependencies & options.
@@ -40,6 +40,8 @@ Blender Convenience Targets
    * ninja:         Use ninja build tool for faster builds.
    * ccache:        Use ccache for faster rebuilds.
 
+   Note: when passing in multiple targets their order is not important.
+   So for a fast build you can for e.g. run 'make lite ccache ninja'.
    Note: passing the argument 'BUILD_DIR=path' when calling make will override the default build dir.
    Note: passing the argument 'BUILD_CMAKE_ARGS=args' lets you add cmake arguments.



More information about the Bf-blender-cvs mailing list