-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
makefile: fix build with overriden UTILS #8702
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
Conversation
|
maybe add a github action test to make sure we don't regress ? |
CodSpeed Performance ReportMerging #8702 will not alter performanceComparing Summary
Footnotes
|
5b4a202 to
6fb6288
Compare
|
GNU testsuite comparison: |
6fb6288 to
c854a13
Compare
|
GNU testsuite comparison: |
c854a13 to
f3f5fbb
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
47a38c4 to
f6dd0e1
Compare
|
GNU testsuite comparison: |
Done |
The make build was failing when the list of UTILS didn't contain stdbuf. This fixes this issue by adding feat_externa_libstdbuf only when stdbuf is being compiled. Fixes uutils#8701 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
f6dd0e1 to
873c376
Compare
|
GNU testsuite comparison: |
The make build was failing when the list of UTILS didn't contain stdbuf. This fixes this issue by adding feat_externa_libstdbuf only when stdbuf is being compiled.
Fixes #8701