and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

This project is mirrored from https://git.savannah.gnu.org/git/make.git. Pull mirroring failed .
Last successful update .
  1. 01 Apr, 2006 2 commits
    • Paul Smith's avatar
      Minor command correction. · 776d8b7b
      Paul Smith authored
      776d8b7b
    • Paul Smith's avatar
      Release GNU make 3.81. · a8f101d0
      Paul Smith authored
      Update NEWS docs.
      Enhance the manual to use automake version.texi, and use the canonical
      FSF copyright features and statement.
      Some $(realpath ...) tests won't work on Windows; leave them out
      The jobserver filedescriptor test might fail if some FDs are reserved,
      so for now comment out that check.
      a8f101d0
  2. 22 Mar, 2006 1 commit
  3. 20 Mar, 2006 2 commits
  4. 17 Mar, 2006 2 commits
  5. 15 Mar, 2006 1 commit
  6. 10 Mar, 2006 1 commit
  7. 08 Mar, 2006 1 commit
  8. 21 Feb, 2006 1 commit
  9. 20 Feb, 2006 2 commits
  10. 17 Feb, 2006 1 commit
  11. 15 Feb, 2006 1 commit
  12. 14 Feb, 2006 1 commit
  13. 13 Feb, 2006 1 commit
  14. 11 Feb, 2006 3 commits
  15. 10 Feb, 2006 1 commit
  16. 08 Feb, 2006 1 commit
  17. 06 Feb, 2006 2 commits
  18. 01 Feb, 2006 2 commits
  19. 04 Jan, 2006 1 commit
  20. 14 Dec, 2005 1 commit
  21. 13 Dec, 2005 1 commit
  22. 11 Dec, 2005 1 commit
  23. 09 Dec, 2005 1 commit
  24. 07 Dec, 2005 1 commit
  25. 17 Nov, 2005 1 commit
  26. 14 Nov, 2005 1 commit
  27. 26 Oct, 2005 1 commit
  28. 24 Oct, 2005 1 commit
    • Paul Smith's avatar
      Make second expansion optional (partial implementation). · 11095a90
      Paul Smith authored
      I decided this feature was too impacting to make the permanent default
      behavior.  This set of changes makes the default behavior of make the
      old behavior (no second expansion).  If you want second expansion, you
      must define the .SECONDEXPANSION: special target before the first target
      that needs it.
      
      This set of changes ONLY fixes explicit and static pattern rules to work
      like this.  Implicit rules still have second expansion enabled all the
      time: I'll work on that next.
      
      Note that there is still a backward-incompatibility: now to get the old
      SysV behavior using $$@ etc. in the prerequisites list you need to set
      .SECONDEXPANSION: as well.
      11095a90
  29. 26 Sep, 2005 1 commit
  30. 31 Aug, 2005 1 commit
  31. 29 Aug, 2005 2 commits