From d8f6312d6c501f82fe7813c797b44109ee4e443a Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Thu, 25 Jun 2009 18:00:08 +0000 Subject: [PATCH] MAKEFLAGS: Fix forgotten `export'. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2d0c31f..848c00b 100644 --- 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" -MAKEFLAGS= +export MAKEFLAGS= cpus="`getconf _NPROCESSORS_ONLN`" if [ -n "$cpus" ];then MAKEFLAGS="$MAKEFLAGS -j$[$cpus*3/2]" -- 1.8.3.1