1. 24 7月, 2009 1 次提交
  2. 16 7月, 2009 1 次提交
  3. 08 7月, 2009 1 次提交
  4. 03 4月, 2009 1 次提交
  5. 16 12月, 2008 1 次提交
  6. 02 12月, 2008 1 次提交
  7. 27 10月, 2008 1 次提交
  8. 04 6月, 2008 1 次提交
  9. 26 5月, 2008 1 次提交
  10. 01 8月, 2007 1 次提交
  11. 04 4月, 2007 1 次提交
  12. 30 11月, 2006 1 次提交
  13. 25 10月, 2006 1 次提交
  14. 19 9月, 2006 1 次提交
  15. 31 8月, 2006 1 次提交
  16. 11 7月, 2006 1 次提交
  17. 09 6月, 2006 1 次提交
  18. 12 4月, 2006 1 次提交
  19. 17 2月, 2006 1 次提交
  20. 13 2月, 2006 1 次提交
  21. 29 11月, 2005 1 次提交
  22. 29 10月, 2005 1 次提交
  23. 25 8月, 2005 1 次提交
  24. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  25. 23 6月, 2005 1 次提交
    • A
      Jumbo Makfiles update. · 02c31fa4
      Andy Polyakov 提交于
      - eliminate ambiguities between GNU-ish and SysV-ish make flavors;
      - switch [back] to -e;
      - fold/unify rules;
      
      This is follow-up to the patch introducing common BUILDENV. Idea is
      to collect as much parameters in $(TOP) as possible and "strip" lower
      Makefiles for most variables [and thus makes them more readable].
      02c31fa4
  26. 17 5月, 2005 1 次提交
  27. 16 5月, 2005 3 次提交
  28. 15 5月, 2005 1 次提交
  29. 01 5月, 2005 1 次提交
  30. 27 4月, 2005 1 次提交
  31. 26 4月, 2005 2 次提交
  32. 31 3月, 2005 1 次提交
  33. 30 3月, 2005 1 次提交
  34. 14 3月, 2005 1 次提交
  35. 03 2月, 2005 1 次提交
  36. 02 2月, 2005 1 次提交
  37. 27 1月, 2005 1 次提交
    • R
      The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and · 4aca9297
      Richard Levitte 提交于
      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