1. 02 6月, 2015 1 次提交
  2. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  3. 01 4月, 2015 1 次提交
  4. 12 1月, 2015 1 次提交
    • R
      RT478: Add uninstall make target · 9405a9a2
      Rich Salz 提交于
      Add INSTALLDIRS variable, list of directories where things get
      installed. Change install_html_docs to use perl mkdir-p script.
      
      Add uninstall, uninstall_sw, uninstall_docs, uninstall_html_docs
      to Makefile.org.  The actions of these targets were figured out
      by "inverting" the install target.
      
      Recurse into subdirs to do uninstall as needed.  Added uninstall
      targets whose actions were similarly figured out by "inverting"
      the install target.
      
      Also remove some 'space before tab' complaints in Makefile.org
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      9405a9a2
  5. 16 12月, 2014 1 次提交
  6. 12 12月, 2014 1 次提交
  7. 29 11月, 2014 1 次提交
  8. 12 9月, 2014 1 次提交
  9. 08 9月, 2014 2 次提交
  10. 31 8月, 2014 1 次提交
  11. 01 6月, 2014 2 次提交
  12. 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
  13. 24 4月, 2009 1 次提交
  14. 26 10月, 2006 1 次提交
  15. 22 10月, 2006 1 次提交
  16. 12 4月, 2006 1 次提交
  17. 04 2月, 2006 1 次提交
  18. 17 5月, 2005 1 次提交
  19. 16 5月, 2005 1 次提交
  20. 11 4月, 2005 1 次提交
  21. 30 3月, 2005 1 次提交
  22. 22 3月, 2004 1 次提交
  23. 27 12月, 2003 1 次提交
  24. 20 12月, 2002 1 次提交
  25. 15 12月, 2002 1 次提交
    • R
      Update the make system for installations: · 30c08f2e
      Richard Levitte 提交于
      - define a HERE variable to indicate where the source tree is (used
        very little right now)
      - make more use of copying and making attribute changes to {file}.new,
        and then move it to {file}
      - use 'mv -f' to avoid all those questions to the user when the file
        in question doesn't have write attributes for that user.
      30c08f2e
  26. 12 10月, 2002 2 次提交
  27. 11 10月, 2002 2 次提交
  28. 14 6月, 2002 1 次提交
  29. 22 11月, 2001 1 次提交
    • B
      OS/390 support · 1d4581c2
      Bodo Möller 提交于
      Submitted by: Richard Shapiro <rshapiro@abinitio.com>
      1d4581c2
  30. 17 8月, 2001 1 次提交
  31. 04 4月, 2001 1 次提交
  32. 22 2月, 2001 1 次提交
  33. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  34. 18 5月, 2000 1 次提交
  35. 13 5月, 1999 1 次提交
  36. 07 5月, 1999 1 次提交