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:
1c94c44
)
Add CONFIG_LTTNG=m var to build modules master
author
Michael Jeanson
<mjeanson@efficios.com>
Wed, 6 Jan 2016 16:31:09 +0000
(11:31 -0500)
committer
Michael Jeanson
<mjeanson@efficios.com>
Wed, 6 Jan 2016 16:31:09 +0000
(11:31 -0500)
scripts/lttng-modules/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/lttng-modules/build.sh
b/scripts/lttng-modules/build.sh
index 94f17bb6be5f8e9c5283c94925fb5c96f16b0f10..1a1aaafa69b3950aa657a29290552e3a304ad733 100755
(executable)
--- a/
scripts/lttng-modules/build.sh
+++ b/
scripts/lttng-modules/build.sh
@@
-65,7
+65,7
@@
if { vergte "$KVERSION" "3.10" && verlte "$KVERSION" "3.10.13"; } || \
set +e
# Build modules
- make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)"
+ make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)"
V=1
# We expect this build to fail, if it doesn't, fail the job.
if [ "$?" -eq 0 ]; then
@@
-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)" V=1
+ make -j${NPROC} -C "${LNXBINDIR}" M="$(pwd)" V=1
CONFIG_LTTNG=m
# Install modules to build dir
make INSTALL_MOD_PATH="${BUILDDIR}" -C "${LNXBINDIR}" M="$(pwd)" modules_install
This page took
0.023487 seconds
and
4
git commands to generate.