prune unneeded panics and debug output

This commit is contained in:
rtm 2006-08-29 19:06:37 +00:00
parent d7ce6545e7
commit dfcc5b997c
15 changed files with 85 additions and 173 deletions

View file

@ -70,7 +70,7 @@ PRINT = \
string.c\
print: $(PRINT)
// ~/src/lgrind/source/lgrind -d ~/src/lgrind/lgrindef $(PRINT) > xv6.tex
//~/src/lgrind/source/lgrind -d ~/src/lgrind/lgrindef $(PRINT) > xv6.tex
lgrind $(PRINT) > xv6.tex
latex xv6.tex
dvips -o xv61.ps xv6.dvi