2
0
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:
Mike Gilbert
2025-10-21 23:40:19 -04:00
parent 50670caaa5
commit 8824a4c1c8
8 changed files with 24 additions and 0 deletions

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {