summaryrefslogtreecommitdiff
path: root/tests/scripts/variables
Commit message (Expand)AuthorAgeFilesLines
* [SV 64107] Disable builtins immediately on -R or -rDmitry Goncharov2023-04-301-1/+1
* tests: Run each file in a separate directoryPaul Smith2023-04-021-3/+3
* Add support for .WARNINGS special variablePaul Smith2023-04-021-0/+180
* Introduce a --warn command line optionPaul Smith2023-04-011-7/+7
* Directly handle $\ line endingsPaul Smith2023-02-262-30/+28
* * tests/scripts/variables/MAKEFLAGS: Fix some Perl warningsPaul Smith2023-02-041-34/+38
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-081-5/+9
* [SV 61463] Don't export inherited private variablesPaul Smith2023-01-021-0/+55
* Convert references from "GNU make" to "GNU Make"Paul Smith2023-01-012-2/+2
* Apply spelling fixes discovered by CodespellPaul Smith2022-12-311-2/+2
* Avoid using false(1) in regression testsPaul Smith2022-12-312-30/+23
* tests [WINDOWS32]: Support Strawberry Perl on WindowsPaul Smith2022-12-202-12/+19
* [SV 63537] Document and test flippable switchesDmitry Goncharov2022-12-181-0/+524
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-281-30/+243
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-151-20/+0
* Fix tests for MacOS and WindowsPaul Smith2022-08-301-19/+21
* Disable the jobserver in non-recursive childrenPaul Smith2022-07-301-5/+21
* Ensure that MAKEFLAGS is set when invoking $(shell ...)Paul Smith2022-07-301-0/+10
* [SV 62514] Honor command line interface flagsDmitry Goncharov2022-07-091-0/+67
* Don't add GNUMAKEFLAGS to the environmentPaul Smith2022-06-191-0/+12
* [SV 62324] Simplify set_file_variables by passing in the stemDmitry Goncharov2022-04-241-0/+24
* * tests/scripts/variables/MAKE_RESTARTS: Remove TAB charsPaul Smith2022-02-271-8/+4
* Add support for the POSIX :::= assignment operator.Paul Smith2021-09-203-3/+66
* [SV 45211] Parse MAKEFLAGS immediately when it's resetPaul Smith2021-09-052-1/+24
* [SV 60412] Allow -I- to throw out the current directory pathPaul Smith2021-09-031-4/+50
* [SV 59870] define/undefine prerequisites are not target-specific varsPaul Smith2021-03-142-0/+36
* [SV 59169] Add --debug=why and --debug=print optionsPaul Smith2020-12-052-11/+8
* Support "unexport" in target-specific variables.Paul Smith2020-11-291-5/+4
* tests: Simplify customization of %ENVPaul Smith2020-04-012-9/+8
* Obey order of multiple print/no-print directory optionsPaul Smith2020-03-311-1/+1
* Apply spelling corrections from Fossies spellcheckPaul Smith2020-01-201-1/+1
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-031-0/+151
* * job.c (child_error): Modify error message string.Paul Smith2019-09-221-1/+1
* Refresh the test suite framework implementation.Paul Smith2019-09-162-10/+6
* * doc/make.texi: [SV 54116] Document whitespace removal trick.Paul Smith2019-05-191-0/+41
* Update regression tests for Windows.Paul Smith2018-07-021-0/+5
* * job.c (child_error): Modify error message string.Paul Smith2017-10-301-1/+1
* [SV 50823] Support filenames containing '$' in MAKEFILE_LISTPaul Smith2017-06-041-12/+22
* * NEWS: Do not insert a space during '+=' if the value is empty.Paul Smith2017-06-041-0/+19
* Add test suite support to WindowsPaul Smith2017-06-043-30/+29
* [SV 102] Don't show unnecessary include file errors.Paul Smith2016-04-091-5/+4
* Preserve the real value of -jN in MAKEFLAGS using jobserver.Paul Smith2016-04-041-0/+4
* * job.c (child_error): Combine file info with error message.Paul Smith2016-03-202-19/+18
* [SV 45728] Detect changes in .VARIABLES more accurately.Paul Smith2016-03-131-21/+29
* * read.c (eval): [SV 41677] Correct test for TAB vs. 8 spaces.Paul Smith2014-07-071-0/+24
* * GNUMAKEFLAGS: Remove -O so it passes in NO_OUTPUT_SYNC mode.Paul Smith2013-10-191-2/+2
* Fix portability issues for Guile 1.8.Paul Smith2013-09-301-2/+4
* Solaris /bin/sh can't handle multiple options ("-e -c").Paul Smith2013-09-301-2/+10
* Reset GNUMAKEFLAGS after parsing.Paul Smith2013-09-291-0/+14
* Enhance the output sync mode.Paul Smith2013-09-123-4/+8