X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=848c00b6128cbd3559ae1b41ed3e1660dc752f8c;hb=eaecbe4f66db5304b754bd8230de72ae508424f3;hp=2d0c31f5bfef4ef33239a1257b196cf4059eb5cc;hpb=9edd3daa8905660fb84662cb87c08dfc94f7b334;p=nethome.git 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]"