1. 14 Sep, 2016 3 commits
  2. 13 Sep, 2016 30 commits
  3. 12 Sep, 2016 1 commit
  4. 11 Sep, 2016 3 commits
  5. 09 Sep, 2016 2 commits
  6. 08 Sep, 2016 1 commit
    • Richard Levitte's avatar
      VMS: Use different C flags for programs that aren't to be installed · 1750142f
      Richard Levitte authored
      
      
      This is generalised by having the following macros for stuff that won't
      be installed:
      
          NO_INST_LIB_CFLAGS, used instead of LIB_CFLAGS
          NO_INST_DSO_CFLAGS, used instead of DSO_CFLAGS
          NO_INST_BIN_CFLAGS, used instead of BIN_CFLAGS
      
      They take values from corresponding target config fields if those are
      defined, otherwise they take the respective values from LIB_CFLAGS,
      DSO_CFLAGS and BIN_CFLAGS.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      1750142f