1. 24 Jan, 2018 1 commit
    • Richard Levitte's avatar
      Configure: let INCLUDEs set on binaries "trickle down" to the objects · 1b5ad51f
      Richard Levitte authored
      
      
      This ensures that only one set of includes is associated with each
      object file, reagardless of where it's used.
      
      For example, if apps/build.info has this:
      
          SOURCE[openssl]=foo.c
          INCLUDE[openssl]=.. ../include
      
      and test/build.info has this:
      
          SOURCE[footest]=../apps/foo.c
          INCLUDE[footest]=../include
      
      The inclusion directories used for apps/foo.o would differ depending
      on which program's dependencies get generated first in the build file.
      
      With this change, all those INCLUDEs get combined into one set of
      inclusion directories tied to the object file.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5153)
      1b5ad51f
  2. 23 Jan, 2018 7 commits
  3. 22 Jan, 2018 8 commits
  4. 21 Jan, 2018 1 commit
  5. 20 Jan, 2018 2 commits
  6. 19 Jan, 2018 4 commits
  7. 18 Jan, 2018 6 commits
  8. 17 Jan, 2018 2 commits
  9. 16 Jan, 2018 6 commits
  10. 15 Jan, 2018 2 commits
  11. 14 Jan, 2018 1 commit