I have a project with three executables:

E1 depends on lib A
E2 depends on lib A
E3 depends on lib A

First A must be built, then E1, E2 and E3.
I do "gmake -j9 E1 E2 E3" and I see that target "A" is being built 3? times
instead of just one. I also notice that progress counter goes past 100%.

So my question: Am I hitting some kind of a bug, or this use is not foreseen?

Denis


      
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to