
1 Feb
2021
1 Feb
'21
9:43 p.m.
On Wed, 27 Jan 2021 at 08:34, Pali Rohár pali@kernel.org wrote:
Header file version.h includes also autogenerated file timestamp.h which is recompiled on every time when SOURCE_DATE_EPOCH change.
Tools do not use build time therefore they do not have to include timestamp.h file.
This change prevents recompiling tools every time when SOURCE_DATE_EPOCH changes.
Signed-off-by: Pali Rohár pali@kernel.org
tools/dumpimage.c | 2 +- tools/mkenvimage.c | 2 +- tools/mkimage.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org