* Makefile (check): Test config.guess before config.sub.

* testsuite/config-guess.data: Sort.
This commit is contained in:
Ben Elliston
2011-12-29 19:55:18 +11:00
parent 386c721816
commit 9a375e1fd8
3 changed files with 50 additions and 45 deletions

View File

@ -1,4 +1,4 @@
all:
check:
cd testsuite && (sh config-sub.sh; sh config-guess.sh) && rm uname
cd testsuite && (sh config-guess.sh; sh config-sub.sh) && rm uname