On Fri, 2005-10-14 at 00:34 -0600, Greg Grotsky wrote: > Okay I've been divide and conqureing this thing all night I've just > verified that it works in REV7300 but not in REV7350, I'll do some > more tomorrow unless that narrows it down enough. :) I don't suppose > you know of a better way to figure out which commit it was?
Ian pointed out that looking at the commit logs can help: http://svn.mythtv.org/trac/timeline I tend to use binary search myself, but distcc and ccache together make most compiles pretty quick for me. But there have been a number of commits that require a full recompile lately so this may take longer than normal. BTW You can turn off code optimization and debugging symbols when compiling and it speeds it up quite a bit. Run ./configure for a release build, then change -O3 on the OPTFLAGS line of config.mak to -O0 (no optimizations) or -O1 (quick optimizations only). BTW log2(50) = 6 more to go... -- Daniel
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
