X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=9012b7738ffd289797248bae00f36c387b0de886;hb=ebf5a5d26042004ad3360637529d239b059f4d95;hp=e318e7a618cafa8c8bb7d403d6cb9d5269d28731;hpb=e7eb1fdabcbcebf79f9eb5fa9d62a4120b33d91e;p=nethome.git diff --git a/.bashrc b/.bashrc index e318e7a..9012b77 100644 --- a/.bashrc +++ b/.bashrc @@ -157,6 +157,7 @@ eval ' function rpmbuildlocal { nice rpmbuild --define "_topdir $PWD" --define "_builddir $PWD" --define "_rpmdir $PWD" --define "_sourcedir $PWD" --define "_specdir $PWD" --define "_srcrpmdir $PWD" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" "$@"; rmdir &>/dev/null BUILDROOT; } function gdbn { gdb -nx --command=~/.gdbinit "$@"; } function hd { od -Ax -tx1; } + function wget {(unset wget; ( wget --no-check-certificate "$@"; ); );} ' export IGNOREEOF=10 @@ -172,7 +173,7 @@ for file in $HOME/.bookmarks.html;do done export GREP_OPTIONS="--binary-files=without-match --directories=skip" if echo x|GREP_OPTIONS="--exclude=y" grep -q x 2>/dev/null;then - export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base" + export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base --exclude=*~" # FIXME: grep(1) ignores subdirectories for --exclude. #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn" fi @@ -189,6 +190,12 @@ export HISTFILESIZE="$HISTSIZE" export GDBHISTFILE="$HOME/.gdb_history" export CVS_RSH="ssh" export TZ=":/usr/share/zoneinfo/Europe/Prague" +MAKEFLAGS= +cpus="`getconf _NPROCESSORS_ONLN`" +if [ -n "$cpus" ];then + MAKEFLAGS="$MAKEFLAGS -j$[$cpus+1]" +fi +unset cpus # Do not: grep -w "$TERM" /etc/termcap >/dev/null || export TERM=vt220 # as Sun workaround as Debian misses: /etc/termcap # expects: $uname_p