annotate rsyncs @ 450:eaf9e2746c83
simple-exp-in-parallel-assign
parallel assign for simple expr. (too complex solution)
statement expression (GNU extension fix)
non_lazy function reference in PowerPC
author |
kono |
date |
Sun, 28 Nov 2004 03:28:38 +0900 |
parents |
6654aa80851b |
children |
|
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
|
353
|
7 touch * */*
|
446
|
8 cp Makefile.ia32 Makefile
|
353
|
9 make clean
|
195
|
10 cp .gdbinit.ia32 .gdbinit
|
|
11 rm -f mc-ia32
|
|
12 make depend
|
|
13 rm b*.s
|
446
|
14 make diff
|