]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify the log accumulation code. It turns out that the trick of
authordes <des@FreeBSD.org>
Wed, 12 Feb 2003 21:06:19 +0000 (21:06 +0000)
committerdes <des@FreeBSD.org>
Wed, 12 Feb 2003 21:06:19 +0000 (21:06 +0000)
commit9e1c1a039162ae21ed3e54a5e61a3aba7d2402fb
tree24f615f17d64366250dbb4066f70352a761eb84d
parent0208bd24079e22ce1f5362103d3b99671dce095f
Simplify the log accumulation code.  It turns out that the trick of
looking for ^===> can give quite annoying false positives, especially
when building kernels, so drop it; the context can be inferred from
make's "Stop in /foo/bar/baz" messages anyway.

Also add a case that I'd missed the first time around (which happens
to be the common case, not the exception...)
tools/tools/tinderbox/tbmaster.pl