Skip to content
  1. Mar 24, 2005
  2. Mar 23, 2005
  3. Mar 22, 2005
  4. Mar 21, 2005
  5. Mar 20, 2005
  6. Mar 19, 2005
  7. Mar 14, 2005
  8. Mar 13, 2005
  9. Mar 12, 2005
  10. Mar 11, 2005
  11. Mar 09, 2005
    • Bodo Möller's avatar
      Fix typo · 80c808b9
      Bodo Möller authored
      PR: 1017
      Submitted by: ciresh@yahoo.com
      Reviewed by: Nils Larsch
      80c808b9
  12. Mar 02, 2005
  13. Feb 22, 2005
  14. Feb 19, 2005
  15. Feb 14, 2005
  16. Feb 06, 2005
  17. Feb 05, 2005
  18. Feb 03, 2005
  19. Feb 01, 2005
  20. Jan 27, 2005
  21. Jan 26, 2005
    • Richard Levitte's avatar
      The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and · 4aca9297
      Richard Levitte authored
      Makefile.shared was a bit overcomplicated.
      
      Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared
      get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on
      the value the shell variables LDCMD and SHAREDCMD get.  That leaves
      much less chance of confusion, since those pairs of shell variables
      always are defined together.
      4aca9297