]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - compilation
Use 'export' in front of all environment variables.
[bash.d.git] / compilation
index b13a39120562d3b8b0c2c3b4235c0a99bb307b8f..9aab1ac62f274fea8bf2055e805a15af1ad84636 100644 (file)
@@ -4,7 +4,7 @@
 source /etc/portage/make.conf
 
 # LDFLAGS comes from.. somewhere else.
-LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+export LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 
 # Portage does this for us.
-MAKE="make ${MAKEOPTS}"
+export MAKE="make ${MAKEOPTS}"