-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
This is a regression caused by e1441ef
The make build fails when the list of overriden UTILS doesn't contain stdbuf
:
make UTILS="rm chmod chown chgrp mv du" [8:41:07]
Detected OS = Linux
cargo build --features feat_external_libstdbuf --features "chgrp chmod chown du mv rm " --no-default-features
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
cargo build --features feat_external_libstdbuf -p uu_chgrp -p uu_chmod -p uu_chown -p uu_du -p uu_mv -p uu_rm
error: none of the selected packages contains this feature: feat_external_libstdbuf
selected packages: uu_chgrp, uu_chmod, uu_chown, uu_du, uu_mv, uu_rm
help: packages with the missing feature: coreutils, uu_stdbuf
make: *** [GNUmakefile:319: build-pkgs] Error 101
Metadata
Metadata
Assignees
Labels
No labels