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 building header files for different OS #1491

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Aug 5, 2024

'make distclean' removes header files built from the .in files, which means that they are not available for different OS builds.

The same is true for CMakeLists.txt.

Remove the need for the .in files and update for libcoap revisions by using a new script scripts/fix_version.sh created from scripts/fix_version.sh.in.

CI has been updated to check revisions have been updated in the appropriate places.

Do not remove libcoap-3.sym and libcoap-3.map when doing 'make distclean' as they are git tracked files.

'make distclean' removes header files built from the .in files, which
means that they are not available for different OS builds.

The same is true for CMakeLists.txt.

Remove the need for the .in files and update for libcoap revisions
by using a new script scripts/fix_version.sh created from
scripts/fix_version.sh.in.

CI has been updated to check revisions have been updated in the
appropriate places.

Do not remove libcoap-3.sym and libcoap-3.map when doing 'make distclean'
as they are git tracked files.
@mrdeep1 mrdeep1 merged commit 83718a6 into obgm:develop Aug 6, 2024
31 checks passed
@mrdeep1 mrdeep1 deleted the cleanup_h branch August 6, 2024 15:57
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.

1 participant