aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-12-18 21:52:57 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-19 14:29:09 -0500
commit421c65f9cba4745ee75b21461141eead9078b714 (patch)
treef551dbebbbda3bb65e3f77f528017b9f7f40f12b
parenttargets: Remove make_destpath() function (diff)
downloadcatalyst-421c65f9cba4745ee75b21461141eead9078b714.tar.gz
catalyst-421c65f9cba4745ee75b21461141eead9078b714.tar.bz2
catalyst-421c65f9cba4745ee75b21461141eead9078b714.zip
targets: Emerge stage1 with --implicit-system-deps=n
Since we're emerging into a separate ROOT, we can use --implicit-system-deps=n to gain some additional parallelism. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/stage1/chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
index b733fc57..50afef4a 100755
--- a/targets/stage1/chroot.sh
+++ b/targets/stage1/chroot.sh
@@ -78,7 +78,7 @@ if [ -e ${clst_make_conf} ]; then
done
fi
-run_merge --oneshot "${buildpkgs[@]}"
+run_merge --implicit-system-deps=n --oneshot "${buildpkgs[@]}"
# TODO: Drop this when locale-gen in stable glibc supports ROOT.
#