Build in verbose mode
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 13 Nov 2015 20:55:29 +0000 (15:55 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 13 Nov 2015 20:55:29 +0000 (15:55 -0500)
scripts/babeltrace/build.sh
scripts/liburcu/build.sh
scripts/lttng-modules/build.sh
scripts/lttng-tools/build.sh
scripts/lttng-ust/build.sh

index cc416539e10fbc1f7fe195f06a80dc4178c782c1..70abe8eee21b08ba83b92fcdf8013980f93657ea 100755 (executable)
@@ -119,7 +119,7 @@ case "$build" in
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
index eaf952530a15dade318160519a18af21205ca22c..806371ac91e4f92f47f1b946491a743b6c85da70 100755 (executable)
@@ -133,7 +133,7 @@ dist)
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
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
index 88c0e2699384ca243b4dea7179ba2cb5581e56e2..2e1b2716c28c474c75f166343f464424da50c4b2 100755 (executable)
@@ -217,7 +217,7 @@ case "$build" in
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
index a3c958d12b59ffd39388bec1cdad1a99b2a9e6c8..3b890c28d362a4bd6138e8915ce68ba4bbb1c772 100755 (executable)
@@ -119,7 +119,7 @@ dist)
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
This page took 0.024521 seconds and 4 git commands to generate.