repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed a bug in the tty code that caused it to panic the system if you called read...
[newos.git]
/
rmdeps
blob
f338c0a7749439fd43b036297274dd00499d593c
1
#!/bin/sh
2
3
# emergency dependency cleaner, in case the deps file become
4
# corrupt, which will cause make to fail immediately
5
find
.
-name
*
.d|
xargs rm