Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
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 OpenBSD compat #43

Open
tommyskg opened this issue Feb 9, 2019 · 1 comment
Open

Makefile OpenBSD compat #43

tommyskg opened this issue Feb 9, 2019 · 1 comment

Comments

@tommyskg
Copy link

@tommyskg tommyskg commented Feb 9, 2019

The patsubst and wildcard is specific go Gnu Make and doesn't work on OpenBSD. I believe this line is the issue:

lib := $(patsubst matrix/%.py, $(DESTDIR)$(PREFIX)/python/matrix/%.py, \
     $(wildcard matrix/*.py))

I've worked around it by using gmake instead, but it would have been nice to have native compatibility.

@koobs

This comment has been minimized.

Copy link

@koobs koobs commented Jul 26, 2019

Also affects FreeBSD

@poljar Does this help?

I also put out a tweet in case others know better / more portable methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.