OBS-URL: https://build.opensuse.org/request/show/239719 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=12
21 lines
821 B
Diff
21 lines
821 B
Diff
Index: gtest-1.7.0/Makefile.am
|
|
===================================================================
|
|
--- gtest-1.7.0.orig/Makefile.am
|
|
+++ gtest-1.7.0/Makefile.am
|
|
@@ -292,15 +292,3 @@ endif
|
|
# Death tests may produce core dumps in the build directory. In case
|
|
# this happens, clean them to keep distcleancheck happy.
|
|
CLEANFILES = core
|
|
-
|
|
-# Disables 'make install' as installing a compiled version of Google
|
|
-# Test can lead to undefined behavior due to violation of the
|
|
-# One-Definition Rule.
|
|
-
|
|
-install-exec-local:
|
|
- echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
|
|
- false
|
|
-
|
|
-install-data-local:
|
|
- echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system."
|
|
- false
|