mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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:
parent
89116e3422
commit
6089aa53e4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user