mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (maybe_os): Remove -rtmk-nova* pattern as it is
matched by -rtmk* immediately preceding it. Found by Shellcheck.
This commit is contained in:
parent
e8ad65b91a
commit
a592387de4
@ -1,3 +1,8 @@
|
|||||||
|
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub (maybe_os): Remove -rtmk-nova* pattern as it is
|
||||||
|
matched by -rtmk* immediately preceding it. Found by Shellcheck.
|
||||||
|
|
||||||
2018-01-13 Ben Elliston <bje@gnu.org>
|
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (maybe_os): Remove duplicate sh64 case as it is
|
* config.sub (maybe_os): Remove duplicate sh64 case as it is
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1407,7 +1407,7 @@ case $os in
|
|||||||
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
||||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -morphos* | -superux* | -rtmk* | -windiss* \
|
||||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
|
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
|
||||||
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*)
|
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user