summaryrefslogtreecommitdiff
path: root/tests/scripts/targets
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.Paul Smith1-0/+64
One of our translations disappeared from the translations site so remove it. The fdl.texi file was changed to not contain any @node entries, so add some around it in make.texi.
2005-12-13Update the make.1 man page.Paul Smith3-27/+6
Use rm -f instead of rm in the test scripts. Fixes bug #15085.
2005-04-08Fix some Savannah bugs.Paul Smith1-0/+13
Updates to docs (still need more work here) and NEWS file. New language.
2004-05-16Various enhancementsPaul Smith4-27/+18
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
2003-03-28Fix bug #2515: the .SECONDARY target with no prerequisites wasn'tPaul Smith1-0/+27
behaving properly (if you listed prerequisites it worked properly).
2002-09-04Fix for complex situations where directories are declared as prerequisites.Paul Smith2-8/+6
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-2/+2
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems.
2000-03-26* Ignore attempt to change a file into itself.Paul Smith1-2/+8
* Define COFLAGS to avoid unknown variable warning. * Fix some usec problems on UnixWare. * Don't remove .INTERMEDIATE targets specified on the command line.
2000-02-05* Updates for VMS, Windows, and DOS ports.Paul Smith2-12/+5
* Clean up some warnings.
1999-12-18* Fix problems with double-colon rules.Paul Smith1-0/+21
* Fix problems with INTERMEDIATE rules.
1999-09-14* Added the test suite to the main distribution.Paul Smith7-0/+444