Skip to content

fix: update to fix "make mkcert-install" #1142

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miledxz
Copy link

@miledxz miledxz commented Apr 26, 2025

When I run on mac make mkcert-install
the issue is, Makefile:94: *** missing separator. Stop.
https://github.com/siderolabs/omni/blob/main/Makefile#L94

@smira What do you think about this update does this works on Linux for you maybe (just asking I don't know on what OS are you)

or maybe it's better just to make HELP_MENU_HEADER unexported ?
as it's not closing this, https://github.com/siderolabs/omni/blob/main/Makefile#L135

cheers !

Signed-off-by: miledxz <[email protected]>
@smira
Copy link
Member

smira commented Apr 28, 2025

The Makefile is auto-generated by kres, so if the fix is needed, it is needed in kres.

In general, I think Darwin make (which should be BSD make by its origins) is not that compatible with GNU make which is more used/tested with Makefiles. So my 2 cents is to install/use GNU make, and also if there are trivial compatibility issues, we can/should fix them in kres.

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