Re: [CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-04-02 Thread Nicolas Desprès
Hi, It looks like an issue in the generator. The symlink is created as a side effect of a rule and not mentioned in the output files. That's why it does not get removed. I have pushed a patch on my CMake's github clone that should fix the issue without breaking cmake's test suite. Although it seem

Re: [CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-04-07 Thread Clifford Yapp
On Mon, Apr 2, 2012 at 8:21 AM, Nicolas Desprès wrote: > Hi, > > It looks like an issue in the generator. The symlink is created as a > side effect of a rule and not mentioned in the output files. That's > why it does not get removed. I have pushed a patch on my CMake's > github clone that should

Re: [CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-05-16 Thread Peter Collingbourne
On Mon, Apr 02, 2012 at 02:21:10PM +0200, Nicolas Desprès wrote: > Hi, > > It looks like an issue in the generator. The symlink is created as a > side effect of a rule and not mentioned in the output files. That's > why it does not get removed. I have pushed a patch on my CMake's > github clone th

Re: [CMake] CMake 2.8.8-rc1, Ninja generator, and clean target

2012-05-18 Thread Nicolas Desprès
On Wed, May 16, 2012 at 11:54 PM, Peter Collingbourne wrote: > On Mon, Apr 02, 2012 at 02:21:10PM +0200, Nicolas Desprès wrote: >> Hi, >> >> It looks like an issue in the generator. The symlink is created as a >> side effect of a rule and not mentioned in the output files. That's >> why it does no