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

Align Makefiles across folders #458

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

stevedoyle
Copy link
Contributor

Reformatting Makefiles across folders to:

  • Use an APIVER variable for the API version
  • Break long commands into multiple lines to reduce the line lengths
  • Have all Makefiles have the same format
  • Change inventory/Makefile to a unix file format

Fixes: #457

Reformatting Makefiles across folders to:
- Use an APIVER variable for the API version
- Break long commands into multiple lines to reduce the line lengths
- Have all Makefiles have the same format

Fixes: opiproject#457

Signed-off-by: Stephen Doyle <stephen.doyle@intel.com>
Updating some of the generated documentation and Golang files as they
do not match the latest proto files.

Signed-off-by: Stephen Doyle <stephen.doyle@intel.com>
@stevedoyle stevedoyle requested a review from a team as a code owner July 1, 2024 15:52
Copy link
Contributor

@artek-koltun artek-koltun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @stevedoyle

@artek-koltun artek-koltun merged commit 9920eb1 into opiproject:main Jul 2, 2024
12 checks passed
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.

Align Makefiles across folders
2 participants