]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: enable verbose builds
authorRoss Burton <ross.burton@intel.com>
Thu, 12 May 2016 19:21:05 +0000 (20:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 May 2016 16:25:12 +0000 (17:25 +0100)
To help debugging build problems pass VERBOSE=1 to make so that the makefiles
print their commands, just like we do with autotools.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass

index 02f313a861af6921b555b5b85fa45c5cf157aede..e7883105daba26e4e1b4593c0ce991b89a1e66aa 100644 (file)
@@ -126,7 +126,7 @@ cmake_do_configure() {
 
 cmake_do_compile()  {
        cd ${B}
-       base_do_compile
+       base_do_compile VERBOSE=1
 }
 
 cmake_do_install() {