• Alessandro Rubini's avatar
    revision: change revision generation, no effect on output · 5d4ef29f
    Alessandro Rubini authored
    This doesn't change the behavior of any command, but adds revision.c
    as a real source file rather than something created by make using
    "echo ... > revision.c".  In any case, the file is recompiled
    each time you call "make", so the date and time reflect the last
    build.
    
    However, this introduces CONFIG_DETERMINISTIC_BINARY (that nobody
    sets at this point in time) to build a binary withouth __DATE__
    and __TIME__ strings, so it is the same at every rebuild. See
    next commit.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    5d4ef29f
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
ptp-noposix @ 303c8360
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.c Loading commit data...
wrc_ptp.h Loading commit data...