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

Comparing deliantra/Deliantra-Client/util/build (file contents):
Revision 1.7 by root, Wed Jan 4 14:58:16 2012 UTC vs.
Revision 1.10 by root, Sat Jan 7 19:29:58 2012 UTC

55 true 55 true
56 done 56 done
57 ' || exit 57 ' || exit
58 } 58 }
59 59
60 upd make /usr/bin/perl linux64 60 ( ( upd make /usr/bin/perl linux64 ) >log.linux64 2>&1; cat log.linux64 ) &
61 upd make /usr/bin/perl linux32 61 ( ( upd make /opt/local/bin/perl osx105 ) >log.osx105 2>&1; cat log.osx105 ) &
62 upd make /opt/local/bin/perl osx105 62 ( ( upd nmake /c/perl/bin/perl windows ) >log.windows 2>&1; cat log.windows ) &
63 upd nmake /c/perl/bin/perl windows 63
64 wait
65
66 # can't run parallel to 64 bit
67 ( ( upd make /usr/bin/perl linux32 ) >log.linux32 2>&1; cat log.linux32 ) &
68
69 wait
70
71 rm -f log.*
64fi 72fi
65 73
66############################################################################# 74#############################################################################
67# gather 75# gather
68 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines