Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-11 Thread Wojciech Migda
/ It's an embedded system with it's own proprietary OS. / "own proprietary OS" == you/your company wrote it or an RTOS one can buy ? Adding support for some commercial RTOS like e.g. VxWorks to cmake would be ok. Yes, it is our own RTOS, not publicly available. / > Why do you need CMAKE_FOR

Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-10 Thread Alexander Neundorf
On Tuesday 10 June 2008, Wojciech Migda wrote: > Alexander Neundorf pisze: > > On Sunday 08 June 2008, Wojciech Migda wrote: > >> As it appeared the "." entry was present due to me using user-defined > >> assembler compiler for the build. Commenting out the relevant > >> ENABLE_LANGUAGE command in

Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-09 Thread Wojciech Migda
Alexander Neundorf pisze: On Sunday 08 June 2008, Wojciech Migda wrote: As it appeared the "." entry was present due to me using user-defined assembler compiler for the build. Commenting out the relevant ENABLE_LANGUAGE command in CMakeLists.txt led to proper behaviour. But why ? I looked at

Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-09 Thread Alexander Neundorf
On Sunday 08 June 2008, Wojciech Migda wrote: > Hi, > > I did have a problem with cmake regenerating the whole build tree > everytime I executed make. As it turned out the rebuild was done due to > the dependency check made in > cmGlobalUnixMakefileGenerator3::WriteMainCMakefile. It came out that t

Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-09 Thread Wojciech Migda
>> I've prepared a patch against the 2.6.0 version. Unfortunately I could >> not find the patch format instructions for cmake, so I took those for >> linux kernel (diff -up). >> >Thanks for the patch. >The asm support is still very new, so thanks for pointing out issues. >Can you create a small te

Re: [CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-08 Thread Alexander Neundorf
On Sunday 08 June 2008, Wojciech Migda wrote: > Hi, > ... > I've prepared a patch against the 2.6.0 version. Unfortunately I could > not find the patch format instructions for cmake, so I took those for > linux kernel (diff -up). > > --- cmake-2.6.0/Source/cmGlobalGenerator.cxx.orig2008-05-05 >

[CMake] CMAKE 2.6.0: Wrong dependencies when CMakeInformation.cmake is missing

2008-06-08 Thread Wojciech Migda
Hi, I did have a problem with cmake regenerating the whole build tree everytime I executed make. As it turned out the rebuild was done due to the dependency check made in cmGlobalUnixMakefileGenerator3::WriteMainCMakefile. It came out that the CMAKE_MAKEFILE_DEPENDS list in Makefile.cmake con