svn commit: r241933 - head/sys/conf

Ben Kaduk minimarmot at gmail.com
Tue Nov 13 00:54:57 UTC 2012


On Mon, Nov 12, 2012 at 7:47 PM, David O'Brien <obrien at freebsd.org> wrote:
> On Mon, Nov 12, 2012 at 04:29:07PM -0800, David O'Brien (@FreeBSD) wrote:
>> $ diff -Bbw files.mips.r241680,sorted files.mips.r241933,sorted | egrep -v '^(\+|-|@@)' | wc -l
>>       43
>
> Sorry, should have better ensured all input lines appeared in the output.
>
> $ diff -u999 -Bbw files.mips.r241680,sorted files.mips.r241933,sorted | egrep -v '^(\+|-|@@)' | wc -l
>       61
>
> Using your immediate r241936 follow on commit:
> $ diff -u999 -Bbw files.mips.r241680,sorted files.mips.r241936,sorted | egrep -v '^(\+|-|@@)' | wc -l
>       68
>
> And by end of the day (r242031, all your commits to this file on the 23rd):
> $ diff -u999 -Bbw files.mips.r241680,sorted files.mips.r241986,sorted | egrep -v '^(\+|-|@@)' | wc -l

My reading was that the idea was to start from scratch with a
files.mips and get one that works for all configurations, instead of
having a balkanized regime where each board (or nearly so) had its own
files file.

I don't see that there's a way for the traditional meaning of "clean
room" for licensing concerns to apply here.

-Ben


More information about the svn-src-all mailing list