From 6089aa53e44ff5171a5aec457b6746f653440ced Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Fri, 27 Oct 2017 08:28:25 -0700 Subject: 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 --- src/mkhelp.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mkhelp.pl') diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 270daa20a..757f024ce 100755 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -102,11 +102,9 @@ while() { } close(READ); -$now = localtime; print <