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: remove usage of GNU install-specific flag #9

Merged
merged 1 commit into from
May 10, 2015

Conversation

mistydemeo
Copy link
Contributor

The -D flag, though useful, is a GNU extension and isn't compatible with the install provided by other OSs. Instead, this adds a separate call to install -d to create the target directory before running install -m755 to install the executable.

The -D flag, though useful, is a GNU extension. Instead explicitly
create the directory using `install -d` before moving the executable.
@mpereira
Copy link
Owner

Thanks 👍

mpereira added a commit that referenced this pull request May 10, 2015
Makefile: remove usage of GNU install-specific flag
@mpereira mpereira merged commit 1311fcf into mpereira:master May 10, 2015
@mistydemeo mistydemeo deleted the install branch May 10, 2015 23:42
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