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

fix: make help target on Ubuntu 22.04 #23563

Merged
merged 1 commit into from
Aug 19, 2024
Merged

fix: make help target on Ubuntu 22.04 #23563

merged 1 commit into from
Aug 19, 2024

Conversation

beniaminopozzan
Copy link
Member

Ubuntu 22.04 uses make 4.3 which broke the current make help target Reference:
https://stackoverflow.com/a/26339924

Solved Problem

Running make help on Ubuntu 22.04 (make 4.3) returned:

Usage: make <target>
Where <target> is one of:
make: *** [Makefile:559: help] Error 1

Solution

Update the make help target so that it compatible with make 4.3 as suggested in https://stackoverflow.com/a/26339924

Changelog Entry

For release notes: NONE

Test coverage

Ubuntu 22.04 uses make 4.3 which broke the current `make help` target
Reference:
https://stackoverflow.com/a/26339924

Signed-off-by: Beniamino Pozzan <[email protected]>
@dagar dagar merged commit 98eae3c into main Aug 19, 2024
96 checks passed
@dagar dagar deleted the pr-fix_make_help branch August 19, 2024 15:19
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