Re: [PATCH] version: Move version_string[] from version.h to version_string.h

2021-02-02 Thread Stefan Roese
On 27.01.21 16:56, Pali Rohár wrote: More C files do not use compile time timestamp macros and do not have to be recompiled every time when SOURCE_DATE_EPOCH changes. This patch moves version_string[] from version.h to version_string.h and updates other C files which only needs version_string[]

Re: [PATCH] version: Move version_string[] from version.h to version_string.h

2021-02-01 Thread Simon Glass
On Wed, 27 Jan 2021 at 08:57, Pali Rohár wrote: > > More C files do not use compile time timestamp macros and do not have to be > recompiled every time when SOURCE_DATE_EPOCH changes. > > This patch moves version_string[] from version.h to version_string.h and > updates other C files which only ne

[PATCH] version: Move version_string[] from version.h to version_string.h

2021-01-27 Thread Pali Rohár
More C files do not use compile time timestamp macros and do not have to be recompiled every time when SOURCE_DATE_EPOCH changes. This patch moves version_string[] from version.h to version_string.h and updates other C files which only needs version_string[] string to include version_string.h inst