From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF4E859CA5 for ; Thu, 24 Mar 2016 05:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285F721C01C; Thu, 24 Mar 2016 05:26:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB16F21C01C for ; Thu, 24 Mar 2016 05:26:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B4D9340C37 for ; Thu, 24 Mar 2016 05:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12D4846 for ; Thu, 24 Mar 2016 05:26:11 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1458797128.bc16472a156e4edf40d38251bb59e2bbc79c79a5.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: bc16472a156e4edf40d38251bb59e2bbc79c79a5 X-VCS-Branch: master Date: Thu, 24 Mar 2016 05:26:11 +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-Archives-Salt: 64d24c15-22de-437a-97a5-b7a6d32adbe1 X-Archives-Hash: 58715f820b938cb7349ae03bbd3c0164 commit: bc16472a156e4edf40d38251bb59e2bbc79c79a5 Author: Mike Frysinger gentoo org> AuthorDate: Thu Mar 24 05:25:28 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Mar 24 05:25:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bc16472a catalyst-auto: allow configs to set BUILD_SRCDIR_BASE At least the amd64/x86 ones do this via ../config/build.env files. tools/catalyst-auto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index 75f6a84..cc20505 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -170,7 +170,8 @@ if [[ $doneconfig -eq 0 ]]; then exit 1 fi -BUILD_SRCDIR_BASE=$(catalyst_var storedir) +# Some configs will set this explicitly, so don't clobber it. +: ${BUILD_SRCDIR_BASE:=$(catalyst_var storedir)} # See if we had a recent success. if [[ ${lastrun} -ne 0 ]]; then