From: short <> Date: Wed, 19 Dec 2001 00:36:47 +0000 (+0000) Subject: function mi: Also "Makefile.PL" is now considered a top_srcdir marker X-Git-Tag: bp_vellum_cz~6 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=4a40542bdd940f7b909aa24866e69b3a088253ac function mi: Also "Makefile.PL" is now considered a top_srcdir marker --- diff --git a/.bashrc b/.bashrc index 36326aa..4cf2f83 100644 --- a/.bashrc +++ b/.bashrc @@ -93,7 +93,7 @@ function edall { done }; export -f edall function mi { ( - set -ex;cd "$1";while true;do test "$PWD" != "/";if [ -e configure.in ];then break;fi;cd ..;done;make install; + set -ex;cd "$1";while true;do test "$PWD" != "/";if [ -e configure.in -o -e Makefile.PL ];then break;fi;cd ..;done;make install; ); };export -f mi ulimit -c 0