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:
parent
76d82de19f
commit
642dd8df5e
@ -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.
|
||||
|
3
Makefile
3
Makefile
@ -15,3 +15,6 @@ check-guess:
|
||||
|
||||
check-sub:
|
||||
cd testsuite && sh config-sub.sh
|
||||
|
||||
shellcheck:
|
||||
shellcheck -e SC2006 -f gcc config.guess config.sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user