2019-01-29 10:39:19 +01:00
|
|
|
From d8f104bffb0c4acb8c5fcdf49628f7d02ed48f7f Mon Sep 17 00:00:00 2001
|
2015-09-16 14:06:24 +02:00
|
|
|
From: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
Date: Sat, 16 May 2015 18:53:51 +0200
|
2019-01-29 10:39:19 +01:00
|
|
|
Subject: [PATCH] Dont waste time building manpages if we're not going to use
|
|
|
|
em.
|
2015-09-16 14:06:24 +02:00
|
|
|
|
|
|
|
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
|
2015-12-03 22:31:16 +01:00
|
|
|
[Gustavo: update for parallel-build]
|
2019-01-29 10:39:19 +01:00
|
|
|
|
|
|
|
[rebased on openssl-1.1.0h]
|
|
|
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
2015-09-16 14:06:24 +02:00
|
|
|
---
|
2019-01-29 10:39:19 +01:00
|
|
|
Configurations/unix-Makefile.tmpl | 2 +-
|
2015-09-16 14:06:24 +02:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2019-01-29 10:39:19 +01:00
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
|
|
|
index 40cf2c3..777d9ca 100644
|
|
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
|
|
@@ -268,7 +268,7 @@ list-tests:
|
|
|
|
@echo "Tests are not supported with your chosen Configure options"
|
|
|
|
@ : {- output_on() if !$disabled{tests}; "" -}
|
|
|
|
|
|
|
|
-install: install_sw install_ssldirs install_docs
|
|
|
|
+install: install_sw install_ssldirs
|
2015-09-16 14:06:24 +02:00
|
|
|
|
2019-01-29 10:39:19 +01:00
|
|
|
uninstall: uninstall_docs uninstall_sw
|
2015-09-16 14:06:24 +02:00
|
|
|
|
|
|
|
--
|
2019-01-29 10:39:19 +01:00
|
|
|
2.16.3
|
2015-09-16 14:06:24 +02:00
|
|
|
|