pacman/scripts/libmakepkg
Matti Niemenmaa 9e425cd1ea makepkg: Don't double-layer distcc on ccache
buildenv is set once for build() and a second time for package(). When
using both distcc and ccache, this lead to CCACHE_PREFIX="distcc distcc"
in package(), which breaks PKGBUILDs that execute the compiler in
package() because distcc complains:

    distcc[383041] (main) CRITICAL! distcc seems to have invoked itself
    recursively!

Avoid causing this error by only adding "distcc" to CCACHE_PREFIX if
it's not yet there.

Signed-off-by: Matti Niemenmaa <matti.niemenmaa+git@iki.fi>
Signed-off-by: Allan McRae <allan@archlinux.org>
2021-02-08 14:24:49 +10:00
..
buildenv makepkg: Don't double-layer distcc on ccache 2021-02-08 14:24:49 +10:00
executable Add fossil scm support to makepkg 2020-11-26 21:58:40 +10:00
integrity makepkg/repo-add: handle GPGKEY with spaces 2020-06-11 10:56:30 +10:00
lint_config build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_package build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_pkgbuild build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
source Add fossil scm support to makepkg 2020-11-26 21:58:40 +10:00
tidy makepkg: don't let the strip routine mess up file attributes 2021-02-08 14:22:55 +10:00
util Add fossil scm support to makepkg 2020-11-26 21:58:40 +10:00
.gitignore libmakepkg: fix .gitignore to simply ignore all generated .sh files 2017-12-07 15:37:20 +10:00
buildenv.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
executable.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
integrity.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_config.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_package.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_pkgbuild.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
meson.build meson: remove useless mkdir -p 2018-12-12 10:12:41 +10:00
source.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
srcinfo.sh.in srcinfo.sh: remove trailing newline 2020-06-26 16:00:26 +10:00
tidy.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
util.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00