plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 96029e052b1408ca1d07ade8fd8c5bc10b2cd710
parent 74374cc8a40c450423785015c2e30d5a2ed2920c
Author: rsc <devnull@localhost>
Date:   Mon, 31 Oct 2005 16:43:00 +0000

undo debugging.

Diffstat:
Msrc/cmd/mk/rule.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/mk/rule.c b/src/cmd/mk/rule.c @@ -83,7 +83,6 @@ dumpr(char *s, Rule *r) Bprint(&bout, " prog='%s'", r->prog); Bprint(&bout, "\n\ttarget=%s: %s\n", r->target, wtos(r->tail, ' ')); Bprint(&bout, "\trecipe@%ld='%s'\n", r->recipe, r->recipe); -break; } }