make/tests/scripts/targets
Paul Smith b5de783f77 [SV 54740] Ensure .SILENT settings do not leak into sub-makes
Create a new variable run_silent to hold the current instance's global
silence setting, allowing silent_flag to represent only whether the -s
option was provided on the command line.

* src/makeint.h: Change silent_flag variable to run_silent.
* src/job.c: Ditto.
* src/remake.c: Ditto.
* src/file.c: Ditto.
* src/main.c: Add a new global variable run_silent.
(decode_switches): After switches are decoded, initialize run_silent.
* tests/scripts/targets/SILENT: Add a test for recursive behavior.
2019-05-19 15:27:26 -04:00
..
clean Portability changes for the test suite. 2016-12-26 09:01:59 -05:00
DEFAULT
DELETE_ON_ERROR * job.c (child_error): Modify error message string. 2017-10-30 17:07:21 -04:00
FORCE Portability changes for the test suite. 2016-12-26 09:01:59 -05:00
INTERMEDIATE Use Jenkins hash. 2017-11-11 10:08:30 -05:00
ONESHELL Add test suite support to Windows 2017-06-04 18:37:20 -04:00
PHONY Portability changes for the test suite. 2016-12-26 09:01:59 -05:00
POSIX * job.c (child_error): Modify error message string. 2017-10-30 17:07:21 -04:00
SECONDARY Use Jenkins hash. 2017-11-11 10:08:30 -05:00
SILENT [SV 54740] Ensure .SILENT settings do not leak into sub-makes 2019-05-19 15:27:26 -04:00