tundo debugging. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 96029e052b1408ca1d07ade8fd8c5bc10b2cd710
DIR parent 74374cc8a40c450423785015c2e30d5a2ed2920c
HTML Author: rsc <devnull@localhost>
Date: Mon, 31 Oct 2005 16:43:00 +0000
undo debugging.
Diffstat:
M src/cmd/mk/rule.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/mk/rule.c b/src/cmd/mk/rule.c
t@@ -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;
}
}