comparison src/config.mk.in @ 20713:5ddd4df27068 v8.2.0910

patch 8.2.0910: Vim is not reproducibly buildable Commit: https://github.com/vim/vim/commit/8f1dde5021d9623a951d1ccbc78cf1b1a55ccd7a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 5 23:16:29 2020 +0200 patch 8.2.0910: Vim is not reproducibly buildable 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jun 2020 23:30:04 +0200
parents df141c730008
children fccd67ae58c8
comparison
equal deleted inserted replaced
20712:f65c7bc846b2 20713:5ddd4df27068
167 MAKEMO = @MAKEMO@ 167 MAKEMO = @MAKEMO@
168 168
169 MSGFMT = @MSGFMT@ 169 MSGFMT = @MSGFMT@
170 MSGFMT_DESKTOP = @MSGFMT_DESKTOP@ 170 MSGFMT_DESKTOP = @MSGFMT_DESKTOP@
171 171
172 ### set if $SOURCE_DATE_EPOCH was set when running configure
173 BUILD_DATE_MSG = @BUILD_DATE_MSG@
174
175
172 # Make sure that "make first" will run "make all" once configure has done its 176 # Make sure that "make first" will run "make all" once configure has done its
173 # work. This is needed when using the Makefile in the top directory. 177 # work. This is needed when using the Makefile in the top directory.
174 first: all 178 first: all