* Makefile (shellcheck): New.

This commit is contained in:
Ben Elliston 2018-05-04 14:13:26 +10:00
parent 76d82de19f
commit 642dd8df5e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-05-04 Ben Elliston <bje@gnu.org>
* Makefile (shellcheck): New.
2018-05-01 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Reindent this block.

View File

@ -15,3 +15,6 @@ check-guess:
check-sub:
cd testsuite && sh config-sub.sh
shellcheck:
shellcheck -e SC2006 -f gcc config.guess config.sub