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

fix Makefile.common to pass -f properly #170

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

rjleveque
Copy link
Member

The changes to Makefile.common merged in #165 left out the -f $(MAKEFILE_LIST) on the $(MAKE) lines used to make new, so specifying an alternative Makefile was not working. I hope this fixes the issue raised by @bolliger32 in #165.

I notice there was also MAKELEVEL=0 in this command in the older version of Makefile.common that is omitted in the new version, but I don't see how we ever use that. So I'm leaving it out, but maybe someone knows why it was there?

@bolliger32
Copy link
Contributor

Confirmed that this fixes #169

@rjleveque rjleveque merged commit b8c1a95 into clawpack:master Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants