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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A81F15800F for ; Sun, 1 Jan 2023 16:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7710EE08FC; Sun, 1 Jan 2023 16:00:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 358E4E08F7 for ; Sun, 1 Jan 2023 16:00:07 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 5/5] out-of-source.eclass: Document BUILD_DIR Date: Sun, 1 Jan 2023 16:59:55 +0100 Message-Id: <20230101155955.965158-5-mgorny@gentoo.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230101155955.965158-1-mgorny@gentoo.org> References: <20230101155955.965158-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 8a99e19d-623e-4c2a-aeb4-db69f1caa2b9 X-Archives-Hash: 28b9d60cc7e3f7e2bb9d2456a1380ca5 Signed-off-by: Michał Górny --- eclass/out-of-source.eclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass index 81e03f3894db..406d252621c3 100644 --- a/eclass/out-of-source.eclass +++ b/eclass/out-of-source.eclass @@ -40,6 +40,13 @@ esac if [[ ! ${_OUT_OF_SOURCE_ECLASS} ]]; then _OUT_OF_SOURCE_ECLASS=1 +# @ECLASS_VARIABLE: BUILD_DIR +# @OUTPUT_VARIABLE +# @DEFAULT_UNSET +# @DESCRIPTION: +# The current build directory. Defaults to ${WORKDIR}/${P}_build +# if unset. + # @FUNCTION: out-of-source_src_configure # @DESCRIPTION: # The default src_configure() implementation establishes a BUILD_DIR, -- 2.39.0