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

Allow compilation with native GNU make and cmd only #119

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dra27
Copy link
Member

@dra27 dra27 commented Jun 1, 2023

These commits combine with some other work of mine which allow OCaml to be compiled using native GNU make (e.g. from ezwinports) and no Cygwin installation.

The bulk of the change consists of allowing Compat.ml to be generated without needing sed or test and requiring 2013's GNU make 4.0 to be able to use $(file ..) to generate version.ml without resorting to chains of echo commands.

dra27 added 4 commits June 5, 2023 09:32
Use a character which mustn't be used elsewhere in the file.
Available since GNU make 4.0 (Oct 2013)
Avoid the use of sed when building Compat.ml and use the NUL device.
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.

1 participant