]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - compilation
Use parameter expansion instead of the "dirname" command.
[bash.d.git] / compilation
index b13a39120562d3b8b0c2c3b4235c0a99bb307b8f..609534503dc9fc11e126da16f8082642f97ea140 100644 (file)
@@ -4,7 +4,4 @@
 source /etc/portage/make.conf
 
 # LDFLAGS comes from.. somewhere else.
-LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-
-# Portage does this for us.
-MAKE="make ${MAKEOPTS}"
+export LDFLAGS="-Wl,-O1 -Wl,--as-needed"