Skip to content
Snippets Groups Projects
  1. Dec 24, 2010
  2. Sep 20, 2010
  3. Jul 05, 2010
    • Tom Lane's avatar
      Split the LDFLAGS make variable into two parts: LDFLAGS is now used for · 291a9577
      Tom Lane authored
      linking both executables and shared libraries, and we add on LDFLAGS_EX when
      linking executables or LDFLAGS_SL when linking shared libraries.  This
      provides a significantly cleaner way of dealing with link-time switches than
      the former behavior.  Also, make sure that the various platform-specific
      %.so: %.o rules incorporate LDFLAGS and LDFLAGS_SL; most of them missed that
      before.  (I did not add these variables for the platforms that invoke $(LD)
      directly, however.  It's not clear if we can do that safely, since for the
      most part we assume these variables use CC command-line syntax.)
      
      Per gripe from Aaron Swenson and subsequent investigation.
      291a9577
  4. Dec 19, 2009
  5. Jan 15, 2009
  6. Jan 05, 2009
  7. Dec 01, 2008
  8. Nov 29, 2008
  9. Oct 21, 2008
  10. Aug 14, 2007
  11. Jun 15, 2007
  12. Jun 12, 2007
  13. Mar 29, 2007
  14. Feb 09, 2007
  15. Jan 21, 2007
  16. Jan 20, 2007
  17. Jan 12, 2007
  18. Sep 08, 2006
  19. Sep 05, 2006
  20. Aug 29, 2006
  21. Aug 28, 2006
  22. Aug 19, 2006
  23. Aug 08, 2006
  24. Aug 04, 2006
  25. Aug 02, 2006
  26. Feb 08, 2006
    • Michael Meskes's avatar
      Added just another test case. · e3740d2c
      Michael Meskes authored
       Fixed missing continuation line character.
       Do not translate $-quoting.
       Bit field notation belongs to a variable not a variable list.
       Output of line number only done by one function.
      e3740d2c
  27. Feb 04, 2006
  28. Jan 24, 2006
  29. Jun 30, 2005
  30. Jun 02, 2005
  31. May 07, 2004
  32. Apr 30, 2004
  33. Apr 25, 2004
  34. Apr 23, 2004
  35. Mar 14, 2004
  36. Dec 20, 2003
  37. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
Loading