diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-18 21:52:57 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-19 14:29:09 -0500 |
commit | 421c65f9cba4745ee75b21461141eead9078b714 (patch) | |
tree | f551dbebbbda3bb65e3f77f528017b9f7f40f12b /targets | |
parent | targets: Remove make_destpath() function (diff) | |
download | catalyst-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>
Diffstat (limited to 'targets')
-rwxr-xr-x | targets/stage1/chroot.sh | 2 |
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. # |