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.9 by root, Sat Jan 7 15:24:41 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 >log.linux64 2>&1; cat log.linux64 ) & 60 ( ( upd make /usr/bin/perl linux64 ) >log.linux64 2>&1; cat log.linux64 ) &
61 ( upd make /opt/local/bin/perl osx105 >log.osx105 2>&1; cat log.osx105 ) & 61 ( ( upd make /opt/local/bin/perl osx105 ) >log.osx105 2>&1; cat log.osx105 ) &
62 ( upd nmake /c/perl/bin/perl windows >log.windows 2>&1; cat log.windows ) & 62 ( ( upd nmake /c/perl/bin/perl windows ) >log.windows 2>&1; cat log.windows ) &
63 63
64 wait 64 wait
65 65
66 # can't run parallel to 64 bit 66 # can't run parallel to 64 bit
67 ( upd make /usr/bin/perl linux32 >log.linux32 2>&1; cat log.linux32 ) & 67 ( ( upd make /usr/bin/perl linux32 ) >log.linux32 2>&1; cat log.linux32 ) &
68 68
69 wait 69 wait
70 70
71 rm -f log.* 71 rm -f log.*
72fi 72fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines