diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-31 23:29:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-31 23:29:07 +0000 |
commit | 695d68c07de840d904af5cd9dac6cb4984814e72 (patch) | |
tree | fc89905a660fdec3686d88535bd493fc0f4e8773 /include | |
parent | c07b5ec4fc3e4d61775cfc2ed473a00e2752fe4a (diff) | |
download | master-187ad058-695d68c07de840d904af5cd9dac6cb4984814e72.tar.gz master-187ad058-695d68c07de840d904af5cd9dac6cb4984814e72.tar.bz2 master-187ad058-695d68c07de840d904af5cd9dac6cb4984814e72.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/toplevel.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |