Make install less chatty, more useful.

This commit is contained in:
rsc 2005-11-28 21:14:44 +00:00
parent bdbc55d352
commit 6637b803f6
5 changed files with 47 additions and 20 deletions

3
dist/isum.awk vendored
View file

@ -11,6 +11,9 @@ debug { print "# " $0 }
/^$/ { next }
/^echo cd / { next }
/^\+\+ pwd/ { next }
/^\* /{
if(debug) print "% mark"
print >out