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

Patch Makefiles to fix rmdir on OSX #1

Open
samdoshi opened this issue Mar 24, 2016 · 0 comments
Open

Patch Makefiles to fix rmdir on OSX #1

samdoshi opened this issue Mar 24, 2016 · 0 comments
Assignees

Comments

@samdoshi
Copy link
Collaborator

@samdoshi samdoshi commented Mar 24, 2016

rmdir on OSX does not support --ignore-fail-on-non-empty, instead we can brew install coreutils to gain access to grmdir which does.

Patch the Makefile to check for the existence of grmdir on OSX and use that instead.

@samdoshi samdoshi self-assigned this Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant