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

build-gnu.sh: always update PATH in Makefile #4791

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

cakebaker
Copy link
Contributor

If you run util/build-gnu.sh and then UU_MAKE_PROFILE=debug util/build-gnu.sh, the PATH variable in GNU coreutils' Makefile is not updated. This means that util/run-gnu-test.sh will still use the uutils binaries in target/release instead of those in target/debug. This PR fixes this issue. And also mentions UU_MAKE_PROFILE=debug in CONTRIBUTING.md.

@sylvestre
Copy link
Contributor

I guess you saw the job didn't work

@cakebaker cakebaker force-pushed the build_gnu_always_update_path branch from 7e19a83 to eb45666 Compare April 26, 2023 15:08
@sylvestre sylvestre merged commit cf33a66 into uutils:main Apr 26, 2023
@cakebaker cakebaker deleted the build_gnu_always_update_path branch April 27, 2023 05:17
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