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

Gmake projects needlessly rebuild due to flatbuffer generated files #4

Open
forrestthewoods opened this issue Feb 9, 2017 · 0 comments

Comments

@forrestthewoods
Copy link
Owner

The flatbuffers project generates flatc.exe. The protocol project has a data file "protocol.fbs". The protocol project has a pre-build step which runs flatbuffers/flatc on protocol.fbs to generate code.

Gmake constantly re-runs that operation which re-generates the same code but causes every dependency to be re-compiled.

I don't know how to fix this within makefiles. Then assuming that's fixed I don't know how to get GENie to generate said fix. It may require an update to the GENie project.

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

1 participant