repo.or.cz
/
pwlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allowed Close to set closed flag before attepting lock of channels
[pwlib.git]
/
make
/
gcc_filter
blob
cfb3947618f01d7e239a42386407dffe02962bee
1
#!/bin/sh
2
3
tmp
=
gcc.$$
4
5
$
* >
$tmp
2
>&
1
6
status
=
$?
7
$PWLIBDIR
/
make
/
gcc_filter.
awk
<
$tmp
8
rm
$tmp
9
exit
$status