-
Notifications
You must be signed in to change notification settings - Fork 7
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
Plugin uses GNU-specific options with 'cp', 'rm' and 'rmdir' #17
Comments
Maybe this?
|
Hmmm. Breaks with |
This seems to work:
|
Thanks, @rlipscombe! |
@rlipscombe, I added your changes and made some performance improvements. Can you please test? You can update your Makefile with: dep_elvis_mk = git https://github.com/andrei-mihaila/elvis.mk.git
dep_elvis_mk_commit = master And, if possible, clone my repo and run Thanks! |
Change the test for empty directory to match one that erlang.mk uses itself, for consistency. refs inaka#17
Minor tweak for consistency with erlang.mk, but lgtm. |
I used that initially and then decided against it because it shows a warning when the build directory doesn't exist. ls: cannot access '/[...]/elvis.mk/test/_build/': No such file or directory But we can live with that. |
This means that it fails on macOS unless you have GNU cp/rm/rmdir ahead of the BSD ones in $PATH. For example:
The text was updated successfully, but these errors were encountered: