mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-19 00:09:37 +03:00
dev-libs/openssl: build docs in compile phase (in parallel)
Docs were getting built during the install phase by accident. This is very slow since we invoke the install targets with make -j1. Bug: https://bugs.gentoo.org/964801 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -216,6 +216,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
@@ -212,6 +212,9 @@ multilib_src_configure() {
|
||||
|
||||
multilib_src_compile() {
|
||||
emake build_sw
|
||||
if multilib_is_native_abi; then
|
||||
emake build_docs
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
|
||||
Reference in New Issue
Block a user