@@ -1,9 +1,9 @@ #! /usr/bin/env bash # Clean variables which will interfere with the build -unset MAKEFLAGS +unset MAKEFLAGS DESTDIR # Determine appropriate mode mode="build" case "$1" in clean|distclean|build|retry)