Merge branch 'master' of https://github.com/jgalar/lttng-docs
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 9 Jan 2017 21:00:51 +0000 (16:00 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 9 Jan 2017 21:00:51 +0000 (16:00 -0500)
2.8/lttng-docs-2.8.txt
2.9/lttng-docs-2.9.txt

index 97709b62570067d84ffb45a71706331b82da1fd3..996562e62416c5ffc2c0970265c794753639900a 100644 (file)
@@ -4051,7 +4051,9 @@ wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.8.tar.bz2 &&
 tar -xf lttng-tools-latest-2.8.tar.bz2 &&
 cd lttng-tools-2.8.* &&
 ./configure --libdir=/usr/local/lib32 CFLAGS=-m32 CXXFLAGS=-m32 \
-            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' &&
+            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' \
+            --disable-bin-lttng --disable-bin-lttng-crash \
+            --disable-bin-lttng-relayd --disable-bin-lttng-sessiond &&
 make &&
 cd src/bin/lttng-consumerd &&
 sudo make install &&
index 7fcf4108f96f7e66c9ba4debe574cf94ea3a61d7..ac3727e3942164c05270fde64bd2e163e83face6 100644 (file)
@@ -3822,7 +3822,9 @@ wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.9.tar.bz2 &&
 tar -xf lttng-tools-latest-2.9.tar.bz2 &&
 cd lttng-tools-2.9.* &&
 ./configure --libdir=/usr/local/lib32 CFLAGS=-m32 CXXFLAGS=-m32 \
-            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' &&
+            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' \
+            --disable-bin-lttng --disable-bin-lttng-crash \
+            --disable-bin-lttng-relayd --disable-bin-lttng-sessiond &&
 make &&
 cd src/bin/lttng-consumerd &&
 sudo make install &&
This page took 0.027618 seconds and 4 git commands to generate.