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

Cleanup Makefile #527

Merged
merged 8 commits into from
Sep 16, 2019
Merged

Cleanup Makefile #527

merged 8 commits into from
Sep 16, 2019

Conversation

ilammy
Copy link
Collaborator

@ilammy ilammy commented Sep 6, 2019

tl;dr:

make readable

Shuffle around various bits of the Makefile and group them up. This makes our 800-line Makefile a bit easier to navigate. This PR mostly moves stuff around and improves comments, but there are a couple of minor non-trivial changes:

  • err target is now gone. If the user specifies invalid crypto engine then make fails immediately
  • all target is now set as default in a different way
  • Correctly set CFLAGS when building on macOS (matters only for cross-compilation)

@ilammy ilammy added the infrastructure Automated building and packaging label Sep 6, 2019
@ilammy ilammy merged commit 340bf54 into cossacklabs:master Sep 16, 2019
@ilammy ilammy deleted the makefile-cleanup branch September 16, 2019 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants