55 lines
2.2 KiB
Diff
55 lines
2.2 KiB
Diff
|
diff -urN gtest/Makefile.am gtest/Makefile.am
|
||
|
--- gtest/Makefile.am 2013-09-23 22:34:27.649060735 -0700
|
||
|
+++ gtest/Makefile.am 2013-09-23 22:39:16.097069357 -0700
|
||
|
@@ -299,8 +299,6 @@
|
||
|
|
||
|
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
|
||
|
diff -urN gtest/Makefile.in gtest/Makefile.in
|
||
|
--- gtest/Makefile.in 2013-09-23 22:34:27.654060735 -0700
|
||
|
+++ gtest/Makefile.in 2013-09-23 22:41:35.593073526 -0700
|
||
|
@@ -1349,11 +1349,9 @@
|
||
|
|
||
|
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
|
||
|
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||
|
diff -urN Makefile.am Makefile.am
|
||
|
--- Makefile.am 2013-09-23 22:34:27.644060735 -0700
|
||
|
+++ Makefile.am 2013-09-23 22:42:00.442074269 -0700
|
||
|
@@ -209,8 +209,6 @@
|
||
|
|
||
|
install-exec-local:
|
||
|
echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
|
||
|
- false
|
||
|
|
||
|
install-data-local:
|
||
|
echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
|
||
|
- false
|
||
|
diff -urN Makefile.in Makefile.in
|
||
|
--- Makefile.in 2013-09-23 22:34:27.663060735 -0700
|
||
|
+++ Makefile.in 2013-09-23 22:42:12.904074641 -0700
|
||
|
@@ -1346,11 +1346,9 @@
|
||
|
|
||
|
install-exec-local:
|
||
|
echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
|
||
|
- false
|
||
|
|
||
|
install-data-local:
|
||
|
echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
|
||
|
- false
|
||
|
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|