[quake3-commits] [ioquake/ioq3] a96f32: q3rcc: Allow to override build date
Bernhard M. Wiedemann
noreply at github.com
Thu Jul 11 09:20:34 EDT 2019
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: a96f32eba2ed01f0a7ad8a321d1863e8ef43da3d
https://github.com/ioquake/ioq3/commit/a96f32eba2ed01f0a7ad8a321d1863e8ef43da3d
Author: Bernhard M. Wiedemann <bwiedemann at suse.de>
Date: 2019-07-11 (Thu, 11 Jul 2019)
Changed paths:
M code/tools/lcc/cpp/cpp.c
Log Message:
-----------
q3rcc: Allow to override build date
Allow to override __DATE__ and __TIME__ with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
This behavior is what gcc already does.
More information about the quake3-commits
mailing list