--- deliantra/Deliantra-Client/util/gatherer 2011/12/30 05:44:23 1.2 +++ deliantra/Deliantra-Client/util/gatherer 2011/12/30 06:31:41 1.3 @@ -68,16 +68,22 @@ export EV_INOTIFY=0 export EV_SIGNALFD=0 -if false; then +if true; then + for mod in Deliantra CFPlus; do # for mod in common-sense AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard CFPlus; do - for mod in CFPlus; do +# for mod in CFPlus; do ( cd /root/src/$mod - $PERL Makefile.PL /dev/null + $MAKE clean >/dev/null + $PERL Makefile.PL /dev/null + if ! $MAKE install >log 2>&1; then + cat log + exit + fi + rm -f log + $MAKE clean >/dev/null ) done fi