aboutsummaryrefslogtreecommitdiff
path: root/util/mkbuildinf.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20Copyright consolidation: perl filesRich Salz1-1/+8
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-11Make comment match realityRichard Levitte1-1/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-10Produce buildinf.h on Windows the same way as on UnixRichard Levitte1-14/+12
Because ENGINESDIR and OPENSSLDIR typically contains backslashes, they need to be escaped just right. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-10Make sure to escape backslashes and single quotes for buildinf.hRichard Levitte1-1/+2
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell1-1/+1
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-06Remove blank line from start of cflags character array in buildinf.hMatt Caswell1-1/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell1-0/+35
is run with --strict-warnings. Reviewed-by: Richard Levitte <levitte@openssl.org>