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

Add bmake compatibility code #165

Closed
wants to merge 1 commit into from
Closed

Conversation

Leont
Copy link
Contributor

@Leont Leont commented May 13, 2018

In bsd make $* only contains the directory of the file if it's run in compatability mode. This breaks with Moose's use of the xs/ directory. This works around that by using $< and $@ instead.

This can be tested by installing bmake (if you're not already running on a BSD) and building with bmake -j1

@Leont Leont changed the title Add bmake compatability code Add bmake compatibility code May 13, 2018
In bsd make $* only contains the directory of the file if it's run in
compatability mode. This breaks with Moose's use of the xs/ directory.
@karenetheridge
Copy link
Member

merged with a Changes entry. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants