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

Improve POSIX Make compatibility #75

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

Conversation

lanodan
Copy link
Contributor

@lanodan lanodan commented Dec 8, 2024

What remains non-POSIX is ifeq which pdpmake has but NetBSD make doesn't.

What remains non-POSIX is `ifeq` which pdpmake has but NetBSD make doesn't.
@rofl0r
Copy link
Member

rofl0r commented Dec 8, 2024

and the point is ? one needs gnu make anyway, and it's small and nice:

~ $ du -hs /opt/make/bin/make 
188.0K  /opt/make/bin/make
~ $ file /opt/make/bin/make 
/opt/make/bin/make: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

that's gnu make 3.82, ftr.

@lanodan
Copy link
Contributor Author

lanodan commented Dec 9, 2024 via email

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