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

Commits on Jul 1, 2024

  1. chore: align Makefiles across folders

    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>
    stevedoyle committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6222c59 View commit details
    Browse the repository at this point in the history
  2. chore: updating out of date generated files

    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 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    66fa069 View commit details
    Browse the repository at this point in the history