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

Support use of gmake on FreeBSD #1051

Merged
merged 3 commits into from
Jan 22, 2020

Conversation

dodsonmg
Copy link
Contributor

FreeBSD make is not GNU make, and doesn't support certain commands used by catkin (specifically, -l and -p).

GNU make is available in the FreeBSD ports tree as gmake.

This PR makes the changes necessary to specify --use-gmake for catkin_make and catkin_make_isolated.

See #1047

bin/catkin_make Outdated Show resolved Hide resolved
@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit d5faf1f into ros:kinetic-devel Jan 22, 2020
@dodsonmg dodsonmg deleted the support_gmake_freebsd branch January 23, 2020 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants