aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-12-29 17:27:20 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-12-29 18:12:28 +0100
commit77429a820f8efff25c8e3c3e3579f636eff58fbc (patch)
tree9c5149c1a9a8f1706d64f2d5271e39ae2d56745f /tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
parent335c69fbb21a21c9286f02d59fb40dc0a3e38c07 (diff)
downloadupstream-77429a820f8efff25c8e3c3e3579f636eff58fbc.tar.gz
upstream-77429a820f8efff25c8e3c3e3579f636eff58fbc.tar.bz2
upstream-77429a820f8efff25c8e3c3e3579f636eff58fbc.zip
tools/cmake: update to 3.13.2
Update to the latest stable version and refresh patches; see https://cmake.org/cmake/help/v3.13/release/3.13.html for the latest changes in 3.13.x Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'tools/cmake/patches/130-bootstrap_parallel_make_flag.patch')
-rw-r--r--tools/cmake/patches/130-bootstrap_parallel_make_flag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
index 375bc5d979..535417d55a 100644
--- a/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
+++ b/tools/cmake/patches/130-bootstrap_parallel_make_flag.patch
@@ -1,6 +1,6 @@
--- a/bootstrap
+++ b/bootstrap
-@@ -1163,7 +1163,10 @@ int main(){ printf("1%c", (char)0x0a); r
+@@ -1164,7 +1164,10 @@ int main(){ printf("1%c", (char)0x0a); r
' > "test.c"
cmake_original_make_flags="${cmake_make_flags}"
if [ "x${cmake_parallel_make}" != "x" ]; then