prepare: Unset make environment variables

These interfere with building/installing packages with Portage.
gentoo
Dustin 2024-12-08 18:14:49 -06:00
parent 8e82643e10
commit f55d50bd60
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ set -e
. "${CONFIGDIR:=${PWD}}"/config
unset MAKEFLAGS MAKEOVERRIDES MAKELEVEL
# Ensure we have a Portage repo
if [ ! -f /var/db/repos/gentoo/metadata/timestamp ]; then
emerge-webrsync