comparison rsyncs @ 213:8581c314e31a

obsf
author kono
date Sat, 24 Apr 2004 00:18:35 +0900
parents c193120ee2a6
children ca34f02b2056
comparison
equal deleted inserted replaced
212:32f54ab63b35 213:8581c314e31a
1 #!/bin/sh 1 #!/bin/sh
2 rsync -e ssh -av --rsync-path /usr/bin/rsync \ 2 rsync -e ssh -av --rsync-path /usr/bin/rsync \
3 --exclude '*.o' --exclude '*.s' --exclude mc --exclude mc1 \ 3 --exclude '*.o' --exclude '*.s' --exclude mc --exclude mc1 \
4 --exclude mc-ia32 --exclude mc-powerpc --exclude CVS \ 4 --exclude mc-ia32 --exclude mc-powerpc --exclude CVS \
5 --exclude '*.bak' --exclude '*.out' \ 5 --exclude '*.bak' --exclude '*.out' \
6 kono@"$1":~/src/device /root 6 kono@"$1":~/src/device $HOME
7 # touch Makefile *.c conv_* *.h */*.[hc] 7 # touch Makefile *.c conv_* *.h */*.[hc]
8 # make clean 8 # make clean
9 cp .gdbinit.ia32 .gdbinit 9 cp .gdbinit.ia32 .gdbinit
10 rm -f mc-ia32 10 rm -f mc-ia32
11 make depend 11 make depend