]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: fix LOCALVERSION handling to match description
authorAndy Whitcroft <apw@canonical.com>
Mon, 14 Jun 2010 09:41:10 +0000 (10:41 +0100)
committerMichal Marek <mmarek@suse.cz>
Tue, 15 Jun 2010 10:45:40 +0000 (12:45 +0200)
commit4d477e05468e47f1dca70b70a388462234067c8b
tree9d36c1ea568d0441707a42505a49dd8255b5b86d
parent62e772eb66f9c906e20857ada61004ed5dc89a52
kbuild: fix LOCALVERSION handling to match description

In the commit below the version string handling was modified, adding
a '+' where no other version information was supplied:

    commit be92e90223093ec0c6c01b59bc3ee7bd57c6d709
    Author: David Rientjes <rientjes@google.com>
    Date:   Wed Jan 13 13:01:05 2010 -0800

From the commit the intent was as below:

     - when CONFIG_LOCALVERSION_AUTO is disabled, a `+' is appended if the
       repository has been revised beyond a tagged commit and LOCALVERSION=
       was not passed to "make".

However if the user supplies an empty LOCALVERSION on the command line
the plus suffix is still added.  This form is useful in the case where
the build environment knows that the version as specified is correct and
complete but does not correspond to a specific tag.

This patch changes the implementation to match the documentation
such that specifying LOCALVERSION= on the build line is sufficient
to suppress any suffix.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile