]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Configure: Make it possible to generate mandatory header files
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jun 2016 19:57:51 +0000 (21:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Jun 2016 20:11:38 +0000 (22:11 +0200)
commit4f858293a9b5a5db8c8af0725b6402d21626040b
treea184fc2ba2a3084026d35aefa7564368a988d599
parent7c46746bf2958fd2eccc59ecb48039e4e20ce38a
Configure: Make it possible to generate mandatory header files

'DEPEND[]=file.h' becomes a special way to say that 'file.h' must be
generated before anything else is built.  It's likely that a number
of source files depend on these header files, this provides a simple
way to make sure they are always generated even it the dependency data
hasn't been added to the build file yet.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/common.tmpl
Configure