summaryrefslogtreecommitdiff
path: root/tests/scripts/targets/POSIX
Commit message (Collapse)AuthorAgeFilesLines
* When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith2012-09-091-1/+24
|
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-1/+1
| | | | Fixes Savannah bug #34530.
* Bump the version to 3.82.90.Paul Smith2010-08-291-1/+2
| | | | | | Fix some doc bugs. Implement the --trace flag. Show filename/linenumber on error.
* Release GNU make 3.82Paul Smith2010-07-281-11/+16
| | | | | - Update tests for Solaris bizarre-ness - Update files for release
* - Many fixup patches from Savannah.Paul Smith2010-07-191-3/+5
| | | | | - Fix the test suite on Solaris (from Boris) - Update the manual for .ONESHELL
* - Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith2010-07-061-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.