repo.or.cz
/
wvstreams.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make WvStreams compile with gcc 4.4.
[wvstreams.git]
/
ee
blob
47880e9303f7371553d1998efe8b0fcedcf18182
1
#!/bin/sh
2
xjed $
(
find
-type
f \
(
-name
'*.src'
-o -name
'*.pl'
-o -name
'*.pm'
\
3
-o -name
'*.aml'
\
4
-o -name
'*.cc'
-o -name
'*.c'
-o -name
'*.h'
\
)
| fgrep
-v
.tmp.
)
\
5
include
/
wvstream.h
&