Re: [CMake] Parallel make custom command

2011-07-02 Thread Alan W. Irwin
Hi Bill: Thanks for your response. More comments below. On 2011-06-30 22:03-0400 Bill Hoffman wrote: On 6/30/2011 5:23 PM, Alan W. Irwin wrote: To help with the general difficulty of getting dependencies right, would it be possible to implement a CMake change so that for a given flag (say

Re: [CMake] Parallel make custom command

2011-06-30 Thread Marcel Loose
On Wed, 2011-06-29 at 23:43 +0200, Marcel Loose wrote: On Wed, 2011-06-29 at 20:46 +0200, Michael Wild wrote: On 06/29/2011 05:22 PM, Marcel Loose wrote: Hi all, I'm having a problem with a parallel 'make' where one or more sources are generated by a custom command. The

Re: [CMake] Parallel make custom command

2011-06-30 Thread Alexander Neundorf
On Wednesday 29 June 2011, Marcel Loose wrote: ... After I had posted my question I realized that this issue has come up quite recently on the mailing list in a thread that I started -- see http://www.mail-archive.com/cmake@cmake.org/msg36362.html. Although the original question was related to

Re: [CMake] Parallel make custom command

2011-06-30 Thread Alan W. Irwin
On 2011-06-30 22:15+0200 Alexander Neundorf wrote: On Wednesday 29 June 2011, Marcel Loose wrote: ... After I had posted my question I realized that this issue has come up quite recently on the mailing list in a thread that I started -- see

Re: [CMake] Parallel make custom command

2011-06-30 Thread Bill Hoffman
On 6/30/2011 5:23 PM, Alan W. Irwin wrote: On 2011-06-30 22:15+0200 Alexander Neundorf wrote: On Wednesday 29 June 2011, Marcel Loose wrote: ... After I had posted my question I realized that this issue has come up quite recently on the mailing list in a thread that I started -- see

[CMake] Parallel make custom command

2011-06-29 Thread Marcel Loose
Hi all, I'm having a problem with a parallel 'make' where one or more sources are generated by a custom command. The situation is as follows. There are a couple of targets (executables) that depend on the same source file being generated by a custom command. I notice that, when doing a

Re: [CMake] Parallel make custom command

2011-06-29 Thread Joris Dobbelsteen
On Wed, 2011-06-29 at 17:22 +0200, Marcel Loose wrote: Hi all, I'm having a problem with a parallel 'make' where one or more sources are generated by a custom command. The situation is as follows. There are a couple of targets (executables) that depend on the same source file being

Re: [CMake] Parallel make custom command

2011-06-29 Thread Michael Wild
On 06/29/2011 05:22 PM, Marcel Loose wrote: Hi all, I'm having a problem with a parallel 'make' where one or more sources are generated by a custom command. The situation is as follows. There are a couple of targets (executables) that depend on the same source file being generated by a

Re: [CMake] Parallel make custom command

2011-06-29 Thread Marcel Loose
On Wed, 2011-06-29 at 20:46 +0200, Michael Wild wrote: On 06/29/2011 05:22 PM, Marcel Loose wrote: Hi all, I'm having a problem with a parallel 'make' where one or more sources are generated by a custom command. The situation is as follows. There are a couple of targets