Commit 6089aa53 authored by Juro Bystricky's avatar Juro Bystricky Committed by Daniel Stenberg
Browse files

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: default avatarJuro Bystricky <juro.bystricky@intel.com>

closes #2026
parent 89116e34
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -102,11 +102,9 @@ while(<READ>) {
}
}
close(READ);
close(READ);


$now = localtime;
print <<HEAD
print <<HEAD
/*
/*
 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
 * Generation time: $now
 */
 */
#ifdef USE_MANUAL
#ifdef USE_MANUAL
#include "tool_hugehelp.h"
#include "tool_hugehelp.h"