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.3 by root, Wed Jan 4 11:41:25 2012 UTC vs.
Revision 1.6 by root, Wed Jan 4 14:24:08 2012 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3############################################################################# 3#############################################################################
4# copy and install modules 4# copy and install modules
5 5
6if false; then 6if ! [ "$SKIP_INSTALL" ] ; then
7 cpan="Win32::Exe Pod::POM LWP" 7 cpan="Win32::Exe Pod::POM LWP"
8 cpan="" 8 cpan=""
9 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF IO-AIO Urlader deliantra/Deliantra deliantra/Deliantra-Client" 9 mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF IO-AIO Urlader deliantra/Deliantra deliantra/Deliantra-Client"
10 #mods="deliantra/Deliantra-Client" 10 #mods="deliantra/Deliantra-Client"
11 11
14 ( 14 (
15 cvsfind $mods 15 cvsfind $mods
16 echo Urlader/liblzf/lzfP.h 16 echo Urlader/liblzf/lzfP.h
17 echo Urlader/liblzf/lzf_c_best.c 17 echo Urlader/liblzf/lzf_c_best.c
18 echo Urlader/liblzf/lzf_d.c 18 echo Urlader/liblzf/lzf_d.c
19 echo Urlader/bin/urlader-gen
20 ) | rsync --files-from=- -aessh /root/src $host:src/. || exit 19 ) | rsync --files-from=- -aessh /root/src $host:src/. || exit
21 done 20 done
22 21
23 osx105() { ssh osx105 "$1"; } 22 osx105() { ssh osx105 "$1"; }
24 linux32() { s32 bash -c "$1"; } 23 linux32() { s32 bash -c "$1"; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines