* config.guess: Replace large 'set_cc_for_build' shell variable,

that is executed via eval, with a POSIX shell function.
	* Makefile (shellcheck): Ignore SC2039 diagnostics ("In POSIX sh,
	RANDOM is undefined") and SC2172 ("Trapping signals by number is
	not well defined. Prefer signal names").
This commit is contained in:
Ben Elliston
2018-07-12 07:56:15 +10:00
parent ba47464ef7
commit 1e826a0344
3 changed files with 48 additions and 39 deletions

View File

@ -1,3 +1,11 @@
2018-07-12 Ben Elliston <bje@gnu.org>
* config.guess: Replace large 'set_cc_for_build' shell variable,
that is executed via eval, with a POSIX shell function.
* Makefile (shellcheck): Ignore SC2039 diagnostics ("In POSIX sh,
RANDOM is undefined") and SC2172 ("Trapping signals by number is
not well defined. Prefer signal names").
2018-07-06 Ben Elliston <bje@gnu.org>
* config.guess (set_cc_for_build): Suppress possible mkdir output.