summaryrefslogtreecommitdiff
path: root/tests/scripts/targets
AgeCommit message (Collapse)AuthorFilesLines
2013-09-30Solaris /bin/sh can't handle multiple options ("-e -c").Paul Smith1-1/+7
2012-09-09When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith1-1/+24
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith4-8/+8
Fixes Savannah bug #34530.
2012-03-03Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.Paul Smith1-0/+13
See Savannah bug #35397.
2011-12-10Add prerequisites to ensure ordering of results.Paul Smith1-2/+3
2010-08-29Bump the version to 3.82.90.Paul Smith1-1/+2
Fix some doc bugs. Implement the --trace flag. Show filename/linenumber on error.
2010-07-28Release GNU make 3.823.82Paul Smith1-11/+16
- Update tests for Solaris bizarre-ness - Update files for release
2010-07-19- Many fixup patches from Savannah.Paul Smith2-5/+6
- Fix the test suite on Solaris (from Boris) - Update the manual for .ONESHELL
2010-07-12Forgot to add the ONESHELL regression tests.Paul Smith1-0/+70
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-0/+26
backward-incompatible change in the 2008 POSIX specification. - Add the .SHELLFLAGS variable so people can choose their own shell flags. - Add tests for this. - Add documentation for this.
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