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

Makefile: always print the hint to read the README file #601

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

Conversation

tosch42
Copy link
Contributor

@tosch42 tosch42 commented Feb 17, 2023

It always kind of bugged me that a simple make invocation didn't print the hint to read the README. With this patch applied, the message is always printed. bmake got problems when invoked with an argument, but that's nothing the old implementation prevented either, so everything stays the same. Amusingly, smaller make implementations (e.g. smake) don't have problems with that, I guess that's the curse of IB :-)

Anyways, I just think this patch adds convenience and if we keep the Makefile around, why not make it work properly?

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.

None yet

1 participant