annotate rsyncs @ 345:2b3946ee4fc9
nametbl-before
*** empty log message ***
author |
kono |
date |
Sun, 27 Jun 2004 20:31:46 +0900 |
parents |
b7f07df0c0f8 |
children |
41ed77cb9c67 |
rev |
line source |
195
|
1 #!/bin/sh
|
|
2 rsync -e ssh -av --rsync-path /usr/bin/rsync \
|
|
3 --exclude '*.o' --exclude '*.s' --exclude mc --exclude mc1 \
|
|
4 --exclude mc-ia32 --exclude mc-powerpc --exclude CVS \
|
|
5 --exclude '*.bak' --exclude '*.out' \
|
213
|
6 kono@"$1":~/src/device $HOME
|
195
|
7 # touch Makefile *.c conv_* *.h */*.[hc]
|
|
8 # make clean
|
|
9 cp .gdbinit.ia32 .gdbinit
|
|
10 rm -f mc-ia32
|
344
|
11 touch Makefile *.pl *.[hc] conv/*.[hc] test/*.[hc]
|
195
|
12 make depend
|
|
13 rm b*.s
|
|
14 make diff ARCH=ia32
|