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

parallel make fixes the 3rd #4178

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 11, 2014

  1. Copy the full SHA
    fb76971 View commit details
    Browse the repository at this point in the history
  2. [buildsys] Fix parallel build, race creating deps

    We use some object files in the toplevel makefile, to indicate when
    libs/bins need rebuilt, which are also built deeper down in the
    hierarchy.  Provide explicit targets for them so make observes only
    one build target.  This will save us from race conditions, since our
    compile commands are multi-stage (dep creation), and potentially
    recompiling objects with wrong flags.
    t-nelson authored and wsnipex committed Feb 11, 2014
    Copy the full SHA
    048e2d6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0754dcd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    29aa3bc View commit details
    Browse the repository at this point in the history