mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
All generic utilities compilable on Fuchsia now.
This commit is contained in:
parent
c36917b35f
commit
e57f987190
1 changed files with 5 additions and 65 deletions
70
Cargo.toml
70
Cargo.toml
|
@ -39,10 +39,10 @@ unix = [
|
||||||
# Feature "fuchsia" contains the exclusive list of utilities
|
# Feature "fuchsia" contains the exclusive list of utilities
|
||||||
# that can be compiled and run on Fuchsia. Should be built
|
# that can be compiled and run on Fuchsia. Should be built
|
||||||
# with --no-default-features when selecting this feature.
|
# with --no-default-features when selecting this feature.
|
||||||
# TODO: merge with "generic"/"unix" to avoid duplication
|
# TODO: merge with "unix" to avoid duplication once we support
|
||||||
# once we support all utilities in that feature.
|
# all utilities in that feature.
|
||||||
fuchsia = [
|
fuchsia = [
|
||||||
# From unix
|
# unix utilities
|
||||||
"arch",
|
"arch",
|
||||||
"chgrp",
|
"chgrp",
|
||||||
"chmod",
|
"chmod",
|
||||||
|
@ -62,68 +62,8 @@ fuchsia = [
|
||||||
"uname",
|
"uname",
|
||||||
"unlink",
|
"unlink",
|
||||||
|
|
||||||
# From generic
|
# All generic utilities
|
||||||
"base32",
|
"generic"
|
||||||
"base64",
|
|
||||||
"basename",
|
|
||||||
"cat",
|
|
||||||
"cksum",
|
|
||||||
"comm",
|
|
||||||
"cp",
|
|
||||||
"cut",
|
|
||||||
"dircolors",
|
|
||||||
"dirname",
|
|
||||||
"echo",
|
|
||||||
"env",
|
|
||||||
"expand",
|
|
||||||
"expr",
|
|
||||||
"factor",
|
|
||||||
"false",
|
|
||||||
"fmt",
|
|
||||||
"fold",
|
|
||||||
"hashsum",
|
|
||||||
"head",
|
|
||||||
"link",
|
|
||||||
"ln",
|
|
||||||
"ls",
|
|
||||||
"mkdir",
|
|
||||||
"mktemp",
|
|
||||||
"more",
|
|
||||||
"mv",
|
|
||||||
"nl",
|
|
||||||
"nproc",
|
|
||||||
"od",
|
|
||||||
"paste",
|
|
||||||
"printenv",
|
|
||||||
"printf",
|
|
||||||
"ptx",
|
|
||||||
"pwd",
|
|
||||||
"readlink",
|
|
||||||
"realpath",
|
|
||||||
"relpath",
|
|
||||||
"rm",
|
|
||||||
"rmdir",
|
|
||||||
"seq",
|
|
||||||
"shred",
|
|
||||||
"shuf",
|
|
||||||
"sleep",
|
|
||||||
"sort",
|
|
||||||
"split",
|
|
||||||
"sum",
|
|
||||||
"sync",
|
|
||||||
"tac",
|
|
||||||
"tail",
|
|
||||||
"tee",
|
|
||||||
"test",
|
|
||||||
"tr",
|
|
||||||
"true",
|
|
||||||
"truncate",
|
|
||||||
"tsort",
|
|
||||||
"unexpand",
|
|
||||||
"uniq",
|
|
||||||
"wc",
|
|
||||||
"whoami",
|
|
||||||
"yes",
|
|
||||||
]
|
]
|
||||||
generic = [
|
generic = [
|
||||||
"base32",
|
"base32",
|
||||||
|
|
Loading…
Reference in a new issue