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.8 by root, Fri Jan 6 07:57:11 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 /usr/bin/perl linux32 >log.linux32 2>&1; cat log.linux32 ) &
62 upd make /opt/local/bin/perl osx105 62 ( upd make /opt/local/bin/perl osx105 >log.osx105 2>&1; cat log.osx105 ) &
63 upd nmake /c/perl/bin/perl windows 63 ( upd nmake /c/perl/bin/perl windows >log.windows 2>&1; cat log.windows ) &
64
65 wait
66
67 rm -f log.*
64fi 68fi
65 69
66############################################################################# 70#############################################################################
67# gather 71# gather
68 72

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines