Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cmake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cmake
Commits
5e4f0200
Commit
5e4f0200
authored
Jun 23, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed RunCMake test
parent
e7edcb5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
Makefile
Makefile
+1
-0
cmake-3.17.3-fixed_tests.patch
cmake-3.17.3-fixed_tests.patch
+46
-0
No files found.
Makefile
View file @
5e4f0200
all
:
tar
xf cmake-3.17.3.tar.gz
patch
-Np1
-d
cmake-3.17.3 < cmake-3.17.3-fixed_tests.patch
cd
cmake-3.17.3
&&
sed
-i
'/"lib64"/s/64//'
Modules/GNUInstallDirs.cmake
cd
cmake-3.17.3
&&
./bootstrap
--prefix
=
/usr
--system-libs
--mandir
=
/share/man
--no-system-jsoncpp
--no-system-librhash
--docdir
=
/share/doc/cmake-3.17.3
$(MAKE)
-C
cmake-3.17.3
...
...
cmake-3.17.3-fixed_tests.patch
0 → 100644
View file @
5e4f0200
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,5 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,8 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*
-Built target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,5 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,8 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*
-Built target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment