Mercurial > hg > CbC > old > device
view rsyncs @ 851:beb59eb56bb4
change method name from getline to getline_
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Nov 2011 18:43:00 +0900 |
parents | 6654aa80851b |
children |
line wrap: on
line source
#!/bin/sh rsync -e ssh -av --rsync-path /usr/bin/rsync \ --exclude '*.o' --exclude '*.s' --exclude mc --exclude mc1 \ --exclude mc-ia32 --exclude mc-powerpc --exclude CVS \ --exclude '*.bak' --exclude '*.out' \ kono@"$1":~/src/device $HOME touch * */* cp Makefile.ia32 Makefile make clean cp .gdbinit.ia32 .gdbinit rm -f mc-ia32 make depend rm b*.s make diff