]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
Don't export $MAKE.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Sep 2015 19:04:32 +0000 (15:04 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Sep 2015 19:04:32 +0000 (15:04 -0400)
compilation

index 9aab1ac62f274fea8bf2055e805a15af1ad84636..609534503dc9fc11e126da16f8082642f97ea140 100644 (file)
@@ -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}"