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

Comparing deliantra/Deliantra-Client/makebin.osx (file contents):
Revision 1.7 by root, Fri Sep 26 23:59:05 2008 UTC vs.
Revision 1.8 by root, Mon Sep 29 03:05:00 2008 UTC

11 11
12if true; then 12if true; then
13 for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do 13 for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB; do
14 ( 14 (
15 cd /root/src/$mod 15 cd /root/src/$mod
16 rsync -avzPessh 10.0.0.1:/root/src/$mod . --del
16 $PERL/bin/perl Makefile.PL </dev/null 17 $PERL/bin/perl Makefile.PL </dev/null
17 make clean 18 make clean
18 $PERL/bin/perl Makefile.PL </dev/null 19 $PERL/bin/perl Makefile.PL </dev/null
19 make install || exit 20 make install || exit
20 make clean 21 make clean

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines