https://github.com/Kitware/CMake
Revision d52b5f8835a1768dc3b16e8b8cc465b5f80098ad authored by Marco Nolden on 28 January 2015, 15:25:53 UTC, committed by Brad King on 28 January 2015, 15:32:06 UTC
The "No rule to make target" error message of gmake is not correctly
recognized since GNU make changed the quoting style in commit 23c2b99e9d
(Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines,
2012-03-04).  Fix our regex to match both old and new quoting styles.
1 parent 57622bd
History
Tip revision: d52b5f8835a1768dc3b16e8b8cc465b5f80098ad authored by Marco Nolden on 28 January 2015, 15:25:53 UTC
ctest_build: Update GNU make error message matching (#15379)
Tip revision: d52b5f8
File Mode Size
CMakeLists.txt -rw-r--r-- 2.3 KB
bar.cxx -rw-r--r-- 48 bytes
foo.cxx -rw-r--r-- 212 bytes
foo.h -rw-r--r-- 5 bytes
foo2.h -rw-r--r-- 6 bytes
fooBoth.h -rw-r--r-- 9 bytes
fooDeepPublic.h -rw-r--r-- 14 bytes
fooExtensionlessResource -rw-r--r-- 25 bytes
fooNeither.h -rw-r--r-- 12 bytes
fooPrivate.h -rw-r--r-- 12 bytes
fooPrivateExtensionlessHeader -rw-r--r-- 30 bytes
fooPublic.h -rw-r--r-- 11 bytes
fooPublicExtensionlessHeader -rw-r--r-- 29 bytes
test.lua -rw-r--r-- 9 bytes

back to top