mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
remove feat_os_unix_musl
After the addition of utmpx, feat_os_unix_musl is now identical to feat_os_unix and is thus not needed any more. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
This commit is contained in:
parent
f0440ae85f
commit
21d5cef153
2 changed files with 5 additions and 13 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -149,7 +149,8 @@ feat_os_macos = [
|
|||
#
|
||||
"feat_require_unix_hostid",
|
||||
]
|
||||
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms
|
||||
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
|
||||
# Also used for targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
|
||||
feat_os_unix = [
|
||||
"feat_Tier1",
|
||||
#
|
||||
|
@ -171,15 +172,6 @@ feat_os_unix_gnueabihf = [
|
|||
"feat_require_unix_hostid",
|
||||
"feat_require_unix_utmpx",
|
||||
]
|
||||
# "feat_os_unix_musl" == set of utilities which can be built/run on targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
|
||||
feat_os_unix_musl = [
|
||||
"feat_Tier1",
|
||||
#
|
||||
"feat_require_crate_cpp",
|
||||
"feat_require_unix",
|
||||
"feat_require_unix_hostid",
|
||||
"feat_require_unix_utmpx",
|
||||
]
|
||||
feat_os_unix_android = [
|
||||
"feat_Tier1",
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue