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

Fix race in Makefile caused by flags.sexp dependencies #32

Merged
merged 1 commit into from
May 17, 2021

Conversation

gretay-js
Copy link
Contributor

The targets for oc_cflags.sexp, oc_cppflags.sexp and sharedlib_cflags.sexp all rerun config.status from stage1. This seems to cause intermittent build failures. Refactor the above .sexp rules into a single rule flags.sexp.

Refactor all .sexp targets into flags.sexp.
@gretay-js gretay-js force-pushed the fix-race-in-makefile branch from 277eef4 to 2569f6a Compare May 17, 2021 14:24
@mshinwell mshinwell merged commit 3c7dd90 into ocaml-flambda:4.11 May 17, 2021
poechsel pushed a commit to poechsel/flambda-backend that referenced this pull request May 26, 2021
poechsel pushed a commit to poechsel/flambda-backend that referenced this pull request May 27, 2021
poechsel pushed a commit that referenced this pull request Jun 28, 2021
Refactor all .sexp targets into flags.sexp.
poechsel pushed a commit that referenced this pull request Jun 29, 2021
Refactor all .sexp targets into flags.sexp.
ccasin added a commit that referenced this pull request Jul 26, 2022
ac520fe Merge flambda-backend changes
45cbc7d Turn "include functor" extension on by default (#38)
1531a02 Add the "include_functor" extension. (#32)
67b25c1 Merge flambda-backend changes

git-subtree-dir: ocaml
git-subtree-split: ac520fe
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