1. 23 1月, 2016 1 次提交
    • R
      Refactor file writing - introduce template driven file writing · 291e94df
      Richard Levitte 提交于
      apps/CA.pl and tools/c_rehash are built from template files.  So far,
      this was done by Configure, which created its own problems as it
      forced everyone to reconfigure just because one of the template files
      had changed.
      Instead, have those files created as part of the normal build in apps/
      and in tools/.
      
      Furthermore, this prepares for a future where Configure may produce
      entirely other build files than Makefile, and the latter can't be
      guaranteed to be the holder of all information for other scripts.
      Instead, configdata.pm (described below) becomes the center of
      configuration information.
      
      This introduces a few new things:
      
      %config         a hash table to hold all kinds of configuration data
                      that can be used by any other script.
      configdata.pm   a perl module that Configure writes.  It currently
                      holds the hash tables %config and %target.
      util/dofile.pl  a script that takes a template on STDIN and outputs
                      the result after applying configuration data on it.
                      It's supposed to be called like this:
      
                              perl -I$(TOP) -Mconfigdata < template > result
      
                      or
      
                              perl -I$(TOP) -Mconfigdata templ1 templ2 ... > result
      
                      Note: util/dofile.pl requires Text::Template.
      
      As part of this changed, remove a number of variables that are really
      just copies of entries in %target, and use %target directly.  The
      exceptions are $target{cflags} and $target{lflags}, they do get copied
      to $cflags and $lflags.  The reason for this is that those variable
      potentially go through a lot of changes and would rather deserve a
      place in %config.  That, however, is for another commit.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      291e94df
  2. 11 9月, 2015 1 次提交
  3. 09 9月, 2015 1 次提交
  4. 02 6月, 2015 1 次提交
  5. 12 9月, 2014 1 次提交
  6. 08 9月, 2014 2 次提交
  7. 31 8月, 2014 1 次提交
  8. 15 4月, 2010 1 次提交
    • D
      PR: 2234 · 45078e6c
      Dr. Stephen Henson 提交于
      Submitted By: Matthias Andree <matthias.andree@gmx.de>
      
      Use correct path to openssl utility in c_rehash script.
      45078e6c
  9. 24 4月, 2009 1 次提交
  10. 26 10月, 2006 1 次提交
  11. 22 10月, 2006 1 次提交
  12. 12 10月, 2002 2 次提交
  13. 11 10月, 2002 2 次提交
  14. 14 6月, 2002 1 次提交
  15. 17 8月, 2001 1 次提交
  16. 04 4月, 2001 1 次提交
  17. 18 5月, 2000 1 次提交
  18. 13 5月, 1999 1 次提交
  19. 07 5月, 1999 2 次提交
  20. 09 3月, 1999 1 次提交
  21. 02 1月, 1999 1 次提交
  22. 22 12月, 1998 1 次提交
  23. 21 12月, 1998 3 次提交