Skip to content

fix: Fix errors that occur during parallel builds#86

Merged
dehowef merged 1 commit intoapache:masterfrom
emotionbug:fix-makefile-pararrel
Aug 3, 2021
Merged

fix: Fix errors that occur during parallel builds#86
dehowef merged 1 commit intoapache:masterfrom
emotionbug:fix-makefile-pararrel

Conversation

@emotionbug
Copy link
Copy Markdown
Contributor

@emotionbug emotionbug commented Jun 18, 2021

When trying to build cypher_keywords.c and cypher_keywords.c, cypher_gram.y must have been prebuilt, but it does not.
thus, by adding dependencies on this, we correct the problem encountered in Parallel make.

also, including fixes for include header without directory.

related #85

When trying to build `cypher_keywords.c` and `cypher_keywords.c`, `cypher_gram.y` must have been prebuilt, but it does not.
thus, by adding dependencies on this, we correct the problem encountered in Parallel make.
also, including fixes for include header without directory.
@emotionbug emotionbug changed the title fix: Fix errors that occur during parallel builds #85 fix: Fix errors that occur during parallel builds Jun 18, 2021
@dehowef dehowef self-requested a review August 3, 2021 21:28
Copy link
Copy Markdown
Member

@dehowef dehowef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@dehowef dehowef merged commit e30ca32 into apache:master Aug 3, 2021
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