1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-06-05 22:10:20 +12:00

* 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

@ -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.

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