From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C8B41382C5 for ; Tue, 5 Jan 2021 19:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A5DE0844; Tue, 5 Jan 2021 19:09:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE026E0844 for ; Tue, 5 Jan 2021 19:09:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A98D433BEAE for ; Tue, 5 Jan 2021 19:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB3D48D for ; Tue, 5 Jan 2021 19:09:49 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609873786.72cd80722aaf396ba27317b91cacba3c780eaec4.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/dobootstrap X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 72cd80722aaf396ba27317b91cacba3c780eaec4 X-VCS-Branch: master Date: Tue, 5 Jan 2021 19:09:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9c89ec5-57ad-4044-af2d-8e81bb57f463 X-Archives-Hash: 7ea3e7ab0db4103d8d9f0e4704377daa commit: 72cd80722aaf396ba27317b91cacba3c780eaec4 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 5 19:09:25 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jan 5 19:09:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=72cd8072 scripts/auto-bootstraps/dobootstrap: pass USE_CPU_CORES on Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/dobootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap index 9ef644be2c..50b550f0ba 100755 --- a/scripts/auto-bootstraps/dobootstrap +++ b/scripts/auto-bootstraps/dobootstrap @@ -124,6 +124,7 @@ do_prepare() { ${RESUME+RESUME=1} \ ${LATEST_TREE_YES+LATEST_TREE_YES=1} \ ${TREE_FROM_SRC+TREE_FROM_SRC=}${TREE_FROM_SRC} \ + ${USE_CPU_CORES+USE_CPU_CORES=}${USE_CPU_CORES} \ ${DARWIN_USE_GCC+DARWIN_USE_GCC=}${DARWIN_USE_GCC} \ ${PREFIX_DISABLE_RAP+PREFIX_DISABLE_RAP=}${PREFIX_DISABLE_RAP} \ ${keepalive} ${BASH} ${bootstrapscript} bootstrap