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 <juro.bystricky@intel.com>

closes #2026
This commit is contained in:
Juro Bystricky 2017-10-27 08:28:25 -07:00 committed by Daniel Stenberg
parent 89116e3422
commit 6089aa53e4
1 changed files with 0 additions and 2 deletions

View File

@ -102,11 +102,9 @@ while(<READ>) {
}
close(READ);
$now = localtime;
print <<HEAD
/*
* NEVER EVER edit this manually, fix the mkhelp.pl script instead!
* Generation time: $now
*/
#ifdef USE_MANUAL
#include "tool_hugehelp.h"