From 82522dbaee8cd5f94267ebf465e36d594e4d2d7a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 31 Jan 2016 23:29:07 +0000 Subject: 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 Signed-off-by: Felix Fietkau SVN-Revision: 48584 --- include/toplevel.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/toplevel.mk b/include/toplevel.mk index 0cba07c6e6..97093021ba 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -24,6 +24,7 @@ export RELEASE export REVISION export GIT_CONFIG_PARAMETERS='core.autocrlf=false' export MAKE_JOBSERVER=$(filter --jobserver%,$(MAKEFLAGS)) +export SOURCE_DATE_EPOCH:=$(shell $(TOPDIR)/scripts/get_source_date_epoch.sh) # prevent perforce from messing with the patch utility unexport P4PORT P4USER P4CONFIG P4CLIENT -- cgit v1.2.3