Build: Generate apps/progs.c and apps/progs.h in build time
authorRichard Levitte <levitte@openssl.org>
Wed, 26 Feb 2020 13:39:16 +0000 (14:39 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 02:34:30 +0000 (03:34 +0100)
commita3f1fc25017ef768a956b88edee4aaf851a58db2
treeae8dbfa1e97ac3c6ea9ad77fe6bffa3fbe7f0648
parente42921790267d54054cde1596711219b72a184ad
Build: Generate apps/progs.c and apps/progs.h in build time

util/progs.pl depends on the build tree (on configdata.pm,
specifically), so it needs to be run from the build tree.  But why
stop there?  We might as well generate apps/progs.c and apps/progs.h
when building.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11185)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
apps/build.info