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
rmdir on OSX does not support --ignore-fail-on-non-empty, instead we can brew install coreutils to gain access to grmdir which does.
rmdir
--ignore-fail-on-non-empty
brew install coreutils
grmdir
Patch the Makefile to check for the existence of grmdir on OSX and use that instead.
Makefile
The text was updated successfully, but these errors were encountered:
samdoshi
Successfully merging a pull request may close this issue.
rmdiron OSX does not support--ignore-fail-on-non-empty, instead we canbrew install coreutilsto gain access togrmdirwhich does.Patch the
Makefileto check for the existence ofgrmdiron OSX and use that instead.The text was updated successfully, but these errors were encountered: