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.6 by root, Tue Sep 2 04:39:17 2008 UTC vs.
Revision 1.7 by root, Fri Sep 26 23:59:05 2008 UTC

7PERL=/opt/local 7PERL=/opt/local
8PERLLIB=/usr/lib/perl5 8PERLLIB=/usr/lib/perl5
9 9
10umask 022 10umask 022
11 11
12if false; 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 $PERL/bin/perl Makefile.PL </dev/null 16 $PERL/bin/perl Makefile.PL </dev/null
17 make clean 17 make clean

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines