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

*.o needs depenency on spin.tab.h #3

Closed
DavidZemon opened this issue Jul 11, 2015 · 2 comments
Closed

*.o needs depenency on spin.tab.h #3

DavidZemon opened this issue Jul 11, 2015 · 2 comments

Comments

@DavidZemon
Copy link

The makefile needs a dependency added on spin.tab.h so that it can be reliably run with parallel jobs. Specifically, line 78. Without the dependency, it is possible to begin compiling some of the source code prior to spin.tab.h being generated.

@totalspectrum
Copy link
Owner

Thanks David. I've updated the Makefile and I think parallel builds should be reliable now (I tested with -j4). There's one quirk, which is that the job to build spin.tab.c and spin.tab.h runs twice; I'll try to fix that later, but it doesn't seem to cause any harm.

@DavidZemon
Copy link
Author

Thanks. I've turned TeamCity back up to -j6 now that the change has been pulled into PropGCC :)

totalspectrum pushed a commit that referenced this issue Oct 24, 2020
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

No branches or pull requests

2 participants