1. 31 1月, 2019 1 次提交
  2. 26 7月, 2018 1 次提交
  3. 09 5月, 2018 1 次提交
  4. 21 2月, 2018 1 次提交
  5. 20 2月, 2018 2 次提交
  6. 15 2月, 2018 1 次提交
    • R
      Harmonize the make variables across all known platforms families · 722c9762
      Richard Levitte 提交于
      The make variables LIB_CFLAGS, DSO_CFLAGS and so on were used in
      addition to CFLAGS and so on.  This works without problem on Unix and
      Windows, where options with different purposes (such as -D and -I) can
      appear anywhere on the command line and get accumulated as they come.
      This is not necessarely so on VMS.  For example, macros must all be
      collected and given through one /DEFINE, and the same goes for
      inclusion directories (/INCLUDE).
      
      So, to harmonize all platforms, we repurpose make variables starting
      with LIB_, DSO_ and BIN_ to be all encompassing variables that
      collects the corresponding values from CFLAGS, CPPFLAGS, DEFINES,
      INCLUDES and so on together with possible config target values
      specific for libraries DSOs and programs, and use them instead of the
      general ones everywhere.
      
      This will, for example, allow VMS to use the exact same generators for
      generated files that go through cpp as all other platforms, something
      that has been impossible to do safely before now.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5357)
      722c9762
  7. 28 1月, 2018 1 次提交
  8. 30 8月, 2016 1 次提交
  9. 13 8月, 2016 2 次提交
  10. 13 3月, 2016 1 次提交
  11. 11 3月, 2016 2 次提交
  12. 09 3月, 2016 1 次提交
  13. 08 3月, 2016 1 次提交
  14. 29 2月, 2016 1 次提交
  15. 14 2月, 2016 1 次提交
  16. 10 2月, 2016 1 次提交
  17. 01 2月, 2016 1 次提交