From: Fabian Groffen Date: Thu, 8 Dec 2011 21:05:04 +0000 (+0100) Subject: make.globals: add CONFIGURE_EPREFIX var X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2734f30b1e97f30cce79e825990c5825348e0189;p=portage.git make.globals: add CONFIGURE_EPREFIX var CONFIGURE_EPREFIX holds the value of the --eprefix argument of the configure call. While this variable is not used by Prefix Portage itself, it allows others (tools, package managers) to determine the EPREFIX value without having to call the Python code. --- diff --git a/cnf/make.globals b/cnf/make.globals index 1efc545c0..a413f6f7f 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -127,6 +127,10 @@ DEFAULT_PATH="@DEFAULT_PATH@" # Any extra PATHs to add to the ebuild environment's PATH (if any) EXTRA_PATH="@EXTRA_PATH@" +# The offset prefix this Portage was configured with (not used by +# Portage itself) +CONFIGURE_EPREFIX=@PORTAGE_EPREFIX@ + # Mode bits for ${WORKDIR} (see ebuild.5). PORTAGE_WORKDIR_MODE="0700"