Let etip-compiler be silent.

Removed Crash handler code from evoke. ecrasher is for that.
Add some transparency to desktop icons when they are moved.
This commit is contained in:
Sanel Zukan
2008-01-15 14:42:44 +00:00
parent fb93a9f18f
commit 1fe32fef71
8 changed files with 17 additions and 216 deletions

View File

@ -34,7 +34,7 @@ rule FortuneCompile
actions FortuneCompile1
{
$(TOP)/etip/etip-compiler "$(>)" "$(<)"
$(TOP)/etip/etip-compiler -s "$(>)" "$(<)"
}
FortuneCompile tips/ede.dat : tips/ede ;