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

Add $(MLTON_GEN_SOURCES) as dependency of $(MLTON_OUTPUT_SMLNJ_HEAP).d #520

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

MatthewFluet
Copy link
Member

Closes #519

SML/NJ CM, indirectly through the ml-makedepend tool, requires all source files mentioned in scanned .cm files to exist. Ensure that the generated source files (e.g., ../lib/stubs/mlton-stubs/pre-mlton.sml, control/version.sml, and front-end/*) exist before trying to generate $(MLTON_OUTPUT_SMLNJ_HEAP).d.

Closes MLton#519

SML/NJ CM, indirectly through the `ml-makedepend` tool, requires all source
files mentioned in scanned `.cm` files to exist.  Ensure that the generated
source files (e.g., `../lib/stubs/mlton-stubs/pre-mlton.sml`,
`control/version.sml`, and `front-end/*`) exist before trying to generate
$(MLTON_OUTPUT_SMLNJ_HEAP).d.
@MatthewFluet MatthewFluet merged commit 326fb7c into MLton:master Oct 31, 2023
8 of 9 checks passed
@MatthewFluet MatthewFluet deleted the smlnj-build-updates branch October 31, 2023 15:24
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.

Makefile skips generating certain files when building smlnj-mlton from scratch
1 participant