diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-05-08 22:18:25 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a (patch) | |
tree | 31252c34a210df3c9a1b799a1d96b40ae65a440d /tools/cmake/patches/150-bootstrap_parallel_make_flag.patch | |
parent | 910df3f06cc902ca2cb0ca8e963e9354c930df1a (diff) | |
download | mtk-20170518-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.zip mtk-20170518-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.gz mtk-20170518-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.bz2 |
tools/cmake: update to 3.8.1
* update cmake to 3.8.1
* refresh patches
Release notes:
https://cmake.org/cmake/help/v3.8/release/3.8.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/patches/150-bootstrap_parallel_make_flag.patch')
-rw-r--r-- | tools/cmake/patches/150-bootstrap_parallel_make_flag.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cmake/patches/150-bootstrap_parallel_make_flag.patch b/tools/cmake/patches/150-bootstrap_parallel_make_flag.patch index 6970b83..4d432dc 100644 --- a/tools/cmake/patches/150-bootstrap_parallel_make_flag.patch +++ b/tools/cmake/patches/150-bootstrap_parallel_make_flag.patch @@ -1,6 +1,6 @@ --- a/bootstrap +++ b/bootstrap -@@ -958,7 +958,10 @@ int main(){ printf("1%c", (char)0x0a); r +@@ -1046,7 +1046,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 |