camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
415 stars 79 forks source link

Parallel build using make -j fails #9

Closed ms705 closed 10 years ago

ms705 commented 10 years ago

There's something wrong with dependencies via intermediate libfirmament_*.a files; when building in parallel mode (e.g. make -j 8), all .o files get made correctly, but linking via the .a files fails as they do not (yet?) exist.

Should investigate this.

ms705 commented 10 years ago

Fixed :-)