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

GNUmakefile: remove sleep from UNIX_PROGS to avoid warning #6960

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

cakebaker
Copy link
Contributor

When running ./util/build-gnu.sh I noticed the following two warnings:

GNUmakefile:288: warning: overriding recipe for target 'test_busybox_sleep'
GNUmakefile:288: warning: ignoring old recipe for target 'test_busybox_sleep'

They are shown because sleep is listed in both PROGS and UNIX_PROGS whereas all other utils are listed only in one of those two lists.

This PR removes sleep from UNIX_PROGS. I removed it from UNIX_PROGS and not from PROGS because there is no special handling of sleep in Cargo.toml.

because it's already in PROGS
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@sylvestre sylvestre merged commit 3886249 into uutils:main Dec 16, 2024
61 of 62 checks passed
@cakebaker cakebaker deleted the GNUmakefile_remove_duplicate_sleep branch December 16, 2024 09:23
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

Successfully merging this pull request may close these issues.

2 participants