ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/gatherer
(Generate patch)

Comparing deliantra/Deliantra-Client/util/gatherer (file contents):
Revision 1.2 by root, Fri Dec 30 05:44:23 2011 UTC vs.
Revision 1.3 by root, Fri Dec 30 06:31:41 2011 UTC

66 66
67export EV_EVENTFD=0 67export EV_EVENTFD=0
68export EV_INOTIFY=0 68export EV_INOTIFY=0
69export EV_SIGNALFD=0 69export EV_SIGNALFD=0
70 70
71if false; then 71if true; then
72 for mod in Deliantra CFPlus; do
72# for mod in common-sense AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard CFPlus; do 73# for mod in common-sense AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard CFPlus; do
73 for mod in CFPlus; do 74# for mod in CFPlus; do
74 ( 75 (
75 cd /root/src/$mod 76 cd /root/src/$mod
77 cvs update -qAdP
76 $PERL Makefile.PL </dev/null 78 $PERL Makefile.PL </dev/null >/dev/null
77 $MAKE clean 79 $MAKE clean >/dev/null
78 $PERL Makefile.PL </dev/null 80 $PERL Makefile.PL </dev/null >/dev/null
79 $MAKE install || exit 81 if ! $MAKE install >log 2>&1; then
82 cat log
83 exit
84 fi
85 rm -f log
80 $MAKE clean 86 $MAKE clean >/dev/null
81 ) 87 )
82 done 88 done
83fi 89fi
84 90
85cat <<EOF >"$DIST"/pango.rc 91cat <<EOF >"$DIST"/pango.rc

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines