mirror of
https://github.com/uutils/coreutils
synced 2025-01-19 00:24:13 +00:00
Merge pull request #4245 from rivy/chg.uname-to-tier1
build: `uname` is WinOS-compatible; move to 'Tier1' feature
This commit is contained in:
commit
f3285d9662
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,7 @@ feat_Tier1 = [
|
||||||
"nproc",
|
"nproc",
|
||||||
"sync",
|
"sync",
|
||||||
"touch",
|
"touch",
|
||||||
|
"uname",
|
||||||
"whoami",
|
"whoami",
|
||||||
]
|
]
|
||||||
## (primary platforms) feature sets
|
## (primary platforms) feature sets
|
||||||
|
@ -194,7 +195,6 @@ feat_require_unix = [
|
||||||
"stty",
|
"stty",
|
||||||
"timeout",
|
"timeout",
|
||||||
"tty",
|
"tty",
|
||||||
"uname",
|
|
||||||
]
|
]
|
||||||
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
|
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
|
||||||
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>
|
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>
|
||||||
|
|
Loading…
Reference in a new issue