Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -4/+1 | |
* New function: $(info ...) * Disallow $(eval ...) to create prereq relationships inside command scripts (caused core dumps) * Try to allow more tests to succeed in Windows/DOS by sanitizing CRLF and \ * Various bug fixes and code cleanups (see the ChangeLog entry) | |||||
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -4/+26 | |
rules, static pattern rules and implicit rules. | |||||
2002-09-04 | Fix for complex situations where directories are declared as prerequisites. | Paul Smith | 1 | -0/+31 | |
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc. |