Commit 5e90f7d1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated scons to 4.1.0

parent 43d0fbfd
all:
tar xf scons-3.1.2.tar.gz
patch -Np1 -d scons-3.1.2 < scons-3.1.2-python3.patch
cd scons-3.1.2 && python3 setup.py install --prefix=/usr --standard-lib --optimize=1 --install-data=/usr/share
rm -rf scons-3.1.2
tar xf scons-4.1.0.tar.gz
cd scons-4.1.0 && python3 setup.py install --prefix=/usr --standard-lib --optimize=1 --install-data=/usr/share
rm -rf scons-4.1.0
diff -uNr scons-3.1.2/script/scons scons-3.1.2-python3/script/scons
--- scons-3.1.2/script/scons 2019-12-17 12:37:12.000000000 +1030
+++ scons-3.1.2-python3/script/scons 2021-08-22 08:06:38.628195896 +0930
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# SCons - a Software Constructor
#
diff -uNr scons-3.1.2/script/scons-configure-cache scons-3.1.2-python3/script/scons-configure-cache
--- scons-3.1.2/script/scons-configure-cache 2019-12-17 12:37:12.000000000 +1030
+++ scons-3.1.2-python3/script/scons-configure-cache 2021-08-22 08:06:38.628195896 +0930
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# SCons - a Software Constructor
#
diff -uNr scons-3.1.2/script/sconsign scons-3.1.2-python3/script/sconsign
--- scons-3.1.2/script/sconsign 2019-12-17 12:37:12.000000000 +1030
+++ scons-3.1.2-python3/script/sconsign 2021-08-22 08:06:38.628195896 +0930
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# SCons - a Software Constructor
#
diff -uNr scons-3.1.2/script/scons-time scons-3.1.2-python3/script/scons-time
--- scons-3.1.2/script/scons-time 2019-12-17 12:37:12.000000000 +1030
+++ scons-3.1.2-python3/script/scons-time 2021-08-22 08:06:38.629195899 +0930
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# scons-time - run SCons timings and collect statistics
#
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