Files
impala/bin
Martin Grund fb9ab9c26a Separate IR targets to avoid build failure
When executing custom commands / custom targets in parallel, the
dependency resolution for these targets will happen in parallel as
well. If two custom targets are started sufficiently close together for
a clean build, each of the target will execute all dependencies. In the
worst case, both targets will try to overwrite files the other target
has already written leading to either corrupt archives or missing code.

Some background can be found here:
http://www.cmake.org/pipermail/cmake/2011-July/045256.html

This patch separates the two IR targets and moves them to the end of the
compile chain.

Change-Id: I5b26ebd1c3421788fd22e6a09ef96dd6b944e89e
Reviewed-on: http://gerrit.cloudera.org:8080/318
Reviewed-by: Martin Grund <mgrund@cloudera.com>
Tested-by: Internal Jenkins
2015-04-06 08:44:24 +00:00
..
2011-10-20 14:22:06 -07:00
2015-04-03 00:13:22 +00:00
2015-04-03 00:13:22 +00:00
2015-04-03 00:13:22 +00:00