From: Michael Orlitzky Date: Tue, 1 Sep 2015 19:04:32 +0000 (-0400) Subject: Don't export $MAKE. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=cbff2fcb6dadd1def39f23ab938eb8df7c9fa57b Don't export $MAKE. --- diff --git a/compilation b/compilation index 9aab1ac..6095345 100644 --- a/compilation +++ b/compilation @@ -5,6 +5,3 @@ source /etc/portage/make.conf # LDFLAGS comes from.. somewhere else. export LDFLAGS="-Wl,-O1 -Wl,--as-needed" - -# Portage does this for us. -export MAKE="make ${MAKEOPTS}"