repo.or.cz
/
grace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switched to FFTW-3.
[grace.git]
/
scripts
/
makepatch
blob
bcb9b06e21ac3e6b7a81f17c416f9c020ccea76c
1
#!/bin/sh
2
echo -n
""
>
patch
3
for
i
in
*
.orig
4
do
5
diff
-u
$i
`basename
$i
.orig`
>>
patch
6
done