summaryrefslogtreecommitdiffstats
path: root/src/config.mk.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-05 23:16:29 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-05 23:16:29 +0200
commit8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a (patch)
tree1a2a9aee6f224db95e60a7ba401b2087cdbdb661 /src/config.mk.in
parent002bc79991286934a9593b80635c27d4238cdfc4 (diff)
patch 8.2.0910: Vim is not reproducibly buildablev8.2.0910
Problem: Vim is not reproducibly buildable. Solution: Use the $SOURCE_DATE_EPOCH environment variable in configure. (James McCoy, closes #513) Give a warning about using it.
Diffstat (limited to 'src/config.mk.in')
-rw-r--r--src/config.mk.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in
index 1b5175b9e7..f55bea6f73 100644
--- a/src/config.mk.in
+++ b/src/config.mk.in
@@ -169,6 +169,10 @@ MAKEMO = @MAKEMO@
MSGFMT = @MSGFMT@
MSGFMT_DESKTOP = @MSGFMT_DESKTOP@
+### set if $SOURCE_DATE_EPOCH was set when running configure
+BUILD_DATE_MSG = @BUILD_DATE_MSG@
+
+
# Make sure that "make first" will run "make all" once configure has done its
# work. This is needed when using the Makefile in the top directory.
first: all