1. 15 6月, 2016 1 次提交
  2. 10 6月, 2016 1 次提交
  3. 06 6月, 2016 1 次提交
    • R
      Fix the directory target generation · ec772a81
      Richard Levitte 提交于
      The directories for the final products were never registered, it was
      plain luck that intermediary files were in the same place and
      registered the directory anyway.
      
      Also, scripts are generated directly from source (binaries go through
      intermadiary object files), so we need to explicitely make sure to
      avoid registering the source directory unless it's an in source
      build.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      ec772a81
  4. 05 6月, 2016 1 次提交
    • R
      Add developer targets for each subdirectory we have something to build in · 0ad1d94d
      Richard Levitte 提交于
      Previous build scheme allowed building just the stuff in one
      subdirectory, like this:
      
          make -C crypto/aes
      
      Because the unified only has a top-level Makefile, this is not
      possible with it.  This change adds a replacement where each directory
      we have something to build in becomes a target in its own right,
      allowing building something like this:
      
          make crypto/aes
      
      The exception is the directory test, because we already have such a
      target.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      0ad1d94d
  5. 04 6月, 2016 1 次提交
  6. 01 6月, 2016 1 次提交
  7. 27 5月, 2016 2 次提交
  8. 25 5月, 2016 2 次提交
  9. 24 5月, 2016 4 次提交
  10. 23 5月, 2016 2 次提交
  11. 20 5月, 2016 2 次提交
  12. 17 5月, 2016 2 次提交
  13. 16 5月, 2016 2 次提交
  14. 14 5月, 2016 1 次提交
  15. 13 5月, 2016 2 次提交
  16. 11 5月, 2016 2 次提交
  17. 10 5月, 2016 3 次提交
  18. 09 5月, 2016 2 次提交
  19. 04 5月, 2016 3 次提交
  20. 03 5月, 2016 1 次提交
  21. 02 5月, 2016 1 次提交
  22. 01 5月, 2016 1 次提交
  23. 29 4月, 2016 2 次提交