On Wed, Dec 29, 2010 at 12:54 PM, Lucas Meneghel Rodrigues
<[email protected]> wrote:
> On Wed, 2010-12-29 at 15:43 -0200, Lucas Meneghel Rodrigues wrote:
>> On Wed, 2010-12-29 at 15:35 -0200, Lucas Meneghel Rodrigues wrote:
>> > SVN commit svn://test.kernel.org/autotest/tr...@270, git sha1 225d0581,
>> > "Make installing kernels work properly" added code to apped "-autotest"
>> > to the EXTRAVERSION field in the kernel version.  However, it does so by
>> > modifying the Makefile which is not friendly when the source tree is
>> > shared or several builds are performed using the same source tree.  In
>> > the later case, -autotest ends up getting recursively appended to
>> > EXTRAVERSION until the line become to long and the kernel no longer
>> > compiles.
>> >
>> > This patch changes the implementation of extraversion to append
>> > -autotest to the LOCALVERSION field in .config.  This should be safer
>> > because .config is a generated file.
>>
>> I've fixed the unittests and now I am doing some tests on my environment
>> just to double check everything is working. Once I find out everything
>> is OK I'm going to commit it.
>
> All right, everything looks good, commited:
>
> http://autotest.kernel.org/changeset/5051
>
> Thanks Grant,

np, thanks for merging it!

g.
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to