build: introduce SOURCE_DATE_EPOCH variable
authorFelix Fietkau <nbd@openwrt.org>
Sun, 31 Jan 2016 23:29:07 +0000 (23:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 31 Jan 2016 23:29:07 +0000 (23:29 +0000)
commit82522dbaee8cd5f94267ebf465e36d594e4d2d7a
tree55e38cbaf9c180aa794549777d4f640315bbdf87
parent2f14514a12f708fecbe786e028fb9e3c542907da
build: introduce SOURCE_DATE_EPOCH variable

SOURCE_DATE_EPOCH is the date of the last modified file using git/svn
as date source.
See https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48584
include/toplevel.mk
scripts/get_source_date_epoch.sh [new file with mode: 0755]