diff options
author | 2024-04-03 00:24:23 -0400 | |
---|---|---|
committer | 2024-04-04 02:06:39 +0100 | |
commit | dbeb507f468dcc75095d54b59c165dcc70ef558d (patch) | |
tree | f041662f7f50ca65ea614245eee2cd73984c4ae6 /dev-libs/glib | |
parent | sys-apps/systemd-utils: add workaround for no-multilib (diff) | |
download | gentoo-dbeb507f468dcc75095d54b59c165dcc70ef558d.tar.gz gentoo-dbeb507f468dcc75095d54b59c165dcc70ef558d.tar.bz2 gentoo-dbeb507f468dcc75095d54b59c165dcc70ef558d.zip |
meson.eclass: set working directory to BUILD_DIR
In phases where the build directory has been configured and we are
operating on it, it is better to change directories instead of passing
-C options. This allows portage to know where we are, and in the case of
errors it will then print:
* Working directory: '/var/tmp/portage/www-client/elinks-0.16.1.1-r2/work/elinks-0.16.1.1-build'
* S: '/var/tmp/portage/www-client/elinks-0.16.1.1-r2/work/elinks-0.16.1.1'
instead of simply listing both as the same directory. This is much more
convenient to copy/paste for the sake of entering the failed build and
examining it.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/glib')
0 files changed, 0 insertions, 0 deletions