From: Juro Bystricky Date: Fri, 27 Oct 2017 15:28:25 +0000 (-0700) Subject: mkhelp.pl: support reproducible build X-Git-Tag: curl-7_57_0~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6089aa53e44ff5171a5aec457b6746f653440ced;p=thirdparty%2Fcurl.git mkhelp.pl: support reproducible build Do not generate line with the current date, such as: * Generation time: Tue Oct-24 18:01:41 2017 This will improve reproducibility. The generated string is only part of a comment, so there should be no adverse consequences. Signed-off-by: Juro Bystricky closes #2026 --- diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 270daa20a3..757f024ce5 100755 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -102,11 +102,9 @@ while() { } close(READ); -$now = localtime; print <