mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
eclass/guile-utils: Sync with Gentoo
It's from Gentoo commit bd408878bb57af9b91956f93eb86c8a32e137010.
This commit is contained in:
parent
28adc27afd
commit
ea9794c405
@ -84,10 +84,14 @@ guile_check_compat
|
||||
# @FUNCTION: guile_set_common_vars
|
||||
# @DESCRIPTION:
|
||||
# Sets common variables that apply to all Guile packages, namely,
|
||||
# QA_PREBUILT.
|
||||
# GUILE_AUTO_COMPILE and QA_PREBUILT.
|
||||
guile_set_common_vars() {
|
||||
debug-print-function ${FUNCNAME} "$@"
|
||||
|
||||
# We don't want Guile making decisions based on the system cache
|
||||
# files. Always recompile so we're deterministic.
|
||||
export GUILE_AUTO_COMPILE=fresh
|
||||
|
||||
# These aren't strictly speaking prebuilt. but they do generated a
|
||||
# nonstandard ELF object.
|
||||
if [[ -z ${QA_PREBUILT} ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user