30 Nov
2017
30 Nov
'17
8:44 p.m.
On Thu, 2017-11-30 at 10:39 -0600, Pierre-Louis Bossart wrote:
On 11/30/17 5:29 AM, Liam Girdwood wrote:
autogen.sh rebuilds the build system so also reset any build count to 0.
what happens if you run
./configure --with-platform=baytrail make ./configure --with-platform=cherrytrail make
Looks to me like the build count will be misleading?
IMO this is not really for versioning, but just a number that is meaningful/useful only to the developer. i.e. as a way to track running development binaries match the last build. Using autgen.sh just allows the number to grow so that we don't see lots of build 0 when testing changes on multiple platforms.
Liam