Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'make install' still compiles something instead of just installing files #6420

Open
yurivict opened this issue May 21, 2024 · 0 comments
Open

Comments

@yurivict
Copy link

yurivict commented May 21, 2024

Everything should be built by make build, but it still keeps building in make install:

gmake[1]: Entering directory '/usr/ports/sysutils/uutils-coreutils/work/coreutils-0.0.26'
GNUmakefile:288: warning: overriding recipe for target 'test_busybox_sleep'
GNUmakefile:288: warning: ignoring old recipe for target 'test_busybox_sleep'
cargo build  --features "arch base32 base64 basename basenc cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold groups hashsum head hostid hostname id install join kill link ln logname ls mkdir mkfifo mknod mktemp more mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir seq shred shuf sleep sort split stat stdbuf sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes" --release --no-default-features
   Compiling bigdecimal v0.4.0
   Compiling uu_seq v0.0.26 (/usr/ports/sysutils/uutils-coreutils/work/coreutils-0.0.26/src/uu/seq)
   Compiling coreutils v0.0.26 (/usr/ports/sysutils/uutils-coreutils/work/coreutils-0.0.26)
    Building [=======================> ] 364/365: coreutils(bin) 

FreeBSD 14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant