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

Use grep -E instead of deprecated egrep #1308

Merged
merged 1 commit into from
Jan 6, 2024
Merged

Conversation

slokhorst
Copy link
Contributor

When building libcoap, the following warning is printed many times:

egrep: warning: egrep is obsolescent; using grep -E

This is because egrep is deprecated. (deprecated in grep 2.5.3, warning since grep 3.8)

This PR replaces egrep with grep -E.

Copy link
Collaborator

@mrdeep1 mrdeep1 left a comment

Choose a reason for hiding this comment

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

Thanks for raising this an coming up with a fix. Several minor changes to the Makefile.am files requested.

doc/Makefile.am Outdated Show resolved Hide resolved
doc/Makefile.am Outdated Show resolved Hide resolved
doc/Makefile.am Outdated Show resolved Hide resolved
man/Makefile.am Outdated Show resolved Hide resolved
man/Makefile.am Outdated Show resolved Hide resolved
@mrdeep1
Copy link
Collaborator

mrdeep1 commented Jan 6, 2024

Thanks for doing this PR.

@mrdeep1 mrdeep1 merged commit b3ba77d into obgm:develop Jan 6, 2024
26 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.

2 participants