[cmake-developers] Makefile copy constructor

Bill Hoffman bill.hoffman at kitware.com
Mon Jul 10 09:54:24 EDT 2006


At 09:32 AM 7/10/2006, Ken Martin wrote:
>> I needed copy constructor in cmMakefile, so there it is. It does not
>> copy commands or regular expressions for now.
>> 
>> A side note, I would like to see copy constructor or something similar
>> for cmCommands.
>> 
>> Any thoughts?
>
>Yuck. Have to keep that up to date every time we add/change an ivar in
>cmMakefile not to mention I do not know what it means to have multiple
>makefiles for a single directory. (you did ask for thoughts :)

So, given Ken's yuck thought, the next obvious question, is why did you need
a copy constructor for cmMakefile?

-Bill




More information about the cmake-developers mailing list