История изменений
Исправление Radjah, (текущая версия) :
Из README в репе:
If you don't want to build the multicall binary and would prefer to build the utilities as individual binaries, that is also possible. Each utility is contained in its own package within the main repository, named «uu_UTILNAME». To build individual utilities, use cargo to build just the specific packages (using the --package [aka -p] option). For example:
cargo build -p uu_base32 -p uu_cat -p uu_echo -p uu_rm
Можно одним куском, можно порезать.
Но есть нюанс.
$ ls -la /bin/chown target/release/chown
-rwxr-xr-x 1 root root 72752 сен 20 2022 /bin/chown
-rwxr-xr-x 2 radjah radjah 1430384 сен 12 08:43 target/release/chown
Исходная версия Radjah, :
Из README в репе:
If you don't want to build the multicall binary and would prefer to build the utilities as individual binaries, that is also possible. Each utility is contained in its own package within the main repository, named «uu_UTILNAME». To build individual utilities, use cargo to build just the specific packages (using the --package [aka -p] option). For example:
cargo build -p uu_base32 -p uu_cat -p uu_echo -p uu_rm
Можно одним куском, можно порезать.