summaryrefslogtreecommitdiff
path: root/tests/scripts/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-06-12Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith1-0/+9
check for this and exit with an error. The closeout.c version from gnulib pulls in too much other stuff, and gnulib requires an ANSI C 89 compliant compiler, while GNU make (so far) still wants to work on K&R.
2005-02-28* New feature: -L optionPaul Smith1-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-27Implementation of the second expansion in explicitBoris Kolpackov1-4/+26
rules, static pattern rules and implicit rules.
2002-09-04Fix for complex situations where directories are declared as prerequisites.Paul Smith2-35/+31
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
2002-08-08Incorporate some VMS fixes.Paul Smith1-3/+16
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
1999-09-14* Added the test suite to the main distribution.Paul Smith4-0/+181