MAKEFLAGS: Fix forgotten `export'.
authorjkratoch <>
Thu, 25 Jun 2009 18:00:08 +0000 (18:00 +0000)
committerjkratoch <>
Thu, 25 Jun 2009 18:00:08 +0000 (18:00 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 2d0c31f..848c00b 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -194,7 +194,7 @@ export HISTFILESIZE="$HISTSIZE"
 export GDBHISTFILE="$HOME/.gdb_history"
 export CVS_RSH="ssh"
 export TZ=":/usr/share/zoneinfo/Europe/Prague"
 export GDBHISTFILE="$HOME/.gdb_history"
 export CVS_RSH="ssh"
 export TZ=":/usr/share/zoneinfo/Europe/Prague"
-MAKEFLAGS=
+export MAKEFLAGS=
 cpus="`getconf _NPROCESSORS_ONLN`"
 if [ -n "$cpus" ];then
        MAKEFLAGS="$MAKEFLAGS -j$[$cpus*3/2]"
 cpus="`getconf _NPROCESSORS_ONLN`"
 if [ -n "$cpus" ];then
        MAKEFLAGS="$MAKEFLAGS -j$[$cpus*3/2]"