Build in verbose mode
[lttng-ci.git] / scripts / lttng-modules / build.sh
index de493f92a43f53613578d913e4ef3f4ad1c8f2b0..94f17bb6be5f8e9c5283c94925fb5c96f16b0f10 100755 (executable)
@@ -80,7 +80,7 @@ if { vergte "$KVERSION" "3.10" && verlte "$KVERSION" "3.10.13"; } || \
 else # Regular build
 
     # Build modules
-    make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)"
+    make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1
 
     # Install modules to build dir
     make INSTALL_MOD_PATH="${BUILDDIR}" -C "${LNXBINDIR}" M="$(pwd)" modules_install
This page took 0.022559 seconds and 4 git commands to generate.