diff options
author | Richard Levitte <levitte@openssl.org> | 2016-01-30 03:21:39 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-10 14:36:04 +0100 |
commit | deb02194d246d865ff3837deb500a901e2269109 (patch) | |
tree | 1e23bec8d87a52ce1cca5e8573c5edd1f561efca /crypto/des | |
parent | Configure et al: move the installation directory logic to Makefiles (diff) | |
download | openssl-deb02194d246d865ff3837deb500a901e2269109.tar.xz openssl-deb02194d246d865ff3837deb500a901e2269109.zip |
unified build scheme: give util/dofile.pl the possibility to output selectively
Under certain conditions, one might not want to output certain
sections of a template file. This adds the functions output_off() and
output_on(), reachable inside the templates. And example usage in a
Makefile template could be this:
@ : {- output_off() if $config{no_shared}; "" -}
... lines dealing with shared libraries
@ : {- output_on() -}
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/des')
0 files changed, 0 insertions, 0 deletions