projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef63064
)
Build in verbose mode
author
Michael Jeanson
<mjeanson@efficios.com>
Fri, 13 Nov 2015 20:55:29 +0000
(15:55 -0500)
committer
Michael Jeanson
<mjeanson@efficios.com>
Fri, 13 Nov 2015 20:55:29 +0000
(15:55 -0500)
scripts/babeltrace/build.sh
patch
|
blob
|
blame
|
history
scripts/liburcu/build.sh
patch
|
blob
|
blame
|
history
scripts/lttng-modules/build.sh
patch
|
blob
|
blame
|
history
scripts/lttng-tools/build.sh
patch
|
blob
|
blame
|
history
scripts/lttng-ust/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/babeltrace/build.sh
b/scripts/babeltrace/build.sh
index cc416539e10fbc1f7fe195f06a80dc4178c782c1..70abe8eee21b08ba83b92fcdf8013980f93657ea 100755
(executable)
--- a/
scripts/babeltrace/build.sh
+++ b/
scripts/babeltrace/build.sh
@@
-119,7
+119,7
@@
case "$build" in
esac
# BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC`
V=1
$MAKE install
# Run tests
diff --git
a/scripts/liburcu/build.sh
b/scripts/liburcu/build.sh
index eaf952530a15dade318160519a18af21205ca22c..806371ac91e4f92f47f1b946491a743b6c85da70 100755
(executable)
--- a/
scripts/liburcu/build.sh
+++ b/
scripts/liburcu/build.sh
@@
-133,7
+133,7
@@
dist)
esac
# BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC`
V=1
$MAKE install
# Run tests
diff --git
a/scripts/lttng-modules/build.sh
b/scripts/lttng-modules/build.sh
index de493f92a43f53613578d913e4ef3f4ad1c8f2b0..94f17bb6be5f8e9c5283c94925fb5c96f16b0f10 100755
(executable)
--- a/
scripts/lttng-modules/build.sh
+++ b/
scripts/lttng-modules/build.sh
@@
-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
diff --git
a/scripts/lttng-tools/build.sh
b/scripts/lttng-tools/build.sh
index 88c0e2699384ca243b4dea7179ba2cb5581e56e2..2e1b2716c28c474c75f166343f464424da50c4b2 100755
(executable)
--- a/
scripts/lttng-tools/build.sh
+++ b/
scripts/lttng-tools/build.sh
@@
-217,7
+217,7
@@
case "$build" in
esac
# BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC`
V=1
$MAKE install
# Run tests
diff --git
a/scripts/lttng-ust/build.sh
b/scripts/lttng-ust/build.sh
index a3c958d12b59ffd39388bec1cdad1a99b2a9e6c8..3b890c28d362a4bd6138e8915ce68ba4bbb1c772 100755
(executable)
--- a/
scripts/lttng-ust/build.sh
+++ b/
scripts/lttng-ust/build.sh
@@
-119,7
+119,7
@@
dist)
esac
# BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC`
V=1
$MAKE install
# Run tests
This page took
0.02566 seconds
and
4
git commands to generate.