-
-
Notifications
You must be signed in to change notification settings - Fork 620
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 gmake dependencies #1005
Fix gmake dependencies #1005
Conversation
Make sure you discuss this change with @bwhittle (at World of Warcraft). Other then the test failures, the change looks fine to me. |
This has been tested now on a large project. |
If someone wants to bless, this makes parallel builds work with make. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TurkeyMan, do you not have the ability to approve? Thought you did…I'll approve now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, hold on…the branch is out of date. I'm going to merge now, and if the tests still pass (and you don't see any issues) we can approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving…thanks!
Sure, I can approve til the cows come home (I created this github account!) :P |
Attempt to fix #981
Note, this patch doesn't implement any logic to prevent execution of the prebuild step if the project is not dirty... it will ALWAYS run prebuild, just like gmake output always has, but the deps should now be structured that parallel builds work.