Commit eb03af6e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Switched over to Python 3

parent 516fb162
all: all:
tar xf lttng-ust-2.10.3.tar.bz2 tar xf lttng-ust-2.10.3.tar.bz2
patch -Np1 -d lttng-ust-2.10.3 < lttng-ust-2.10.3-python3.patch
cd lttng-ust-2.10.3 && ./configure --prefix=/usr cd lttng-ust-2.10.3 && ./configure --prefix=/usr
$(MAKE) -C lttng-ust-2.10.3 $(MAKE) -C lttng-ust-2.10.3
$(MAKE) -C lttng-ust-2.10.3 install $(MAKE) -C lttng-ust-2.10.3 install
......
diff -uNr lttng-ust-2.10.3/tools/lttng-gen-tp lttng-ust-2.10.3-python3/tools/lttng-gen-tp
--- lttng-ust-2.10.3/tools/lttng-gen-tp 2019-01-26 08:59:45.000000000 +1030
+++ lttng-ust-2.10.3-python3/tools/lttng-gen-tp 2020-02-24 16:15:17.645694305 +1030
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
#
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment