commit: f0603f17b262357c94c49a5f84056bd73dec3434
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Wed May 25 11:46:08 2016 +0000
Commit: M. B. <tomboy64 <AT> sina <DOT> cn>
CommitDate: Wed May 25 12:03:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/user/tbc.git/commit/?id=f0603f17
add chroot-here.sh to tools (dangerous!)
tools/chroot-here.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tools/chroot-here.sh b/tools/chroot-here.sh
index b8721b3..408fef4 100755
--- a/tools/chroot-here.sh
+++ b/tools/chroot-here.sh
@@ -199,12 +199,12 @@ cp -v /etc/resolv.conf etc/ || quit "Couldn't copy
resolv.conf"
if [[ ${ARCH_FULL} != x86 && ${ARCH} != amd64 ]]; then
cp -v "${QEMU_BIN}" ".$(dirname "${QEMU_BIN}")" || quit "Couldn't copy qemu
binary."
fi
- cat <<EOF >> etc/portage/make.conf || quit "Couldn't write to
etc/portage/make.conf."
-MAKEOPTS="-j5"
-EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going -j5
--load-average=5 --verbose-conflict"
-PYTHON_SINGLE_TARGET="python3_4"
-PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2"
-EOF
+ cat <<-EOF >> etc/portage/make.conf || quit "Couldn't write to
etc/portage/make.conf."
+ MAKEOPTS="-j5"
+ EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going
-j5 --load-average=5 --verbose-conflict"
+ PYTHON_SINGLE_TARGET="python3_4"
+ PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2"
+ EOF
if [[ ${ARCH_FULL} == x86 ]]; then
PS1="chroot${PS1}" linux32 chroot ./ /bin/bash --login || quit "Chrooting
failed."
else