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

Makefile uses sudo when necessary #3

Merged
merged 1 commit into from
May 22, 2020
Merged

Makefile uses sudo when necessary #3

merged 1 commit into from
May 22, 2020

Conversation

farzadghanei
Copy link
Owner

Running make with sudo could intervene with variables used in the Makefile. For example $fish_function_path may not return correct values in the Makefile if make is run as root.

This way is also easier, as make install would just work.

Running make with sudo could intervene with variables used
in the Makefile. For example $fish_function_path may not
return correct values in the Makefile if make is run as root.

This way is also easier, as make install would just work.
@farzadghanei farzadghanei merged commit 330f06c into master May 22, 2020
@farzadghanei farzadghanei deleted the sudo-in-make branch May 22, 2020 18:40
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.

1 participant