remove __DATE__ and __TIME__, make builds reproducible. 92/head
authorOleksij Rempel <linux@rempel-privat.de>
Fri, 16 Sep 2016 07:17:23 +0000 (09:17 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Fri, 16 Sep 2016 07:22:20 +0000 (09:22 +0200)
__DATE__ and __TIME__ are mostly useless information.
Even more, it makes builds not reprodusable which is evil.

Read more about reproducible builds here:
https://reproducible-builds.org/

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>

No differences found