search for: compllicate

Displaying 4 results from an estimated 4 matches for "compllicate".

Did you mean: complicate
2009 May 22
0
[LLVMdev] Arm port
...t. I'll feel good about it, and if you decide that the best use is throw them away, that's your decision, I'm not going to do anything past answer any questions that occur. My own feeling is that adding in the ability to generate BSD Makefiles from Cmake files is going to tremendously compllicate the ability to fix build problems, things that would be simpler for folks on their (whatever)BSD systems to just add in their own makefiles on their own systems. BSD Make is going to make that easy enough to do, without even having to remove whatever makefiles you place in there. It'd leave th...
2009 May 22
2
[LLVMdev] Arm port
...o me to be a great deal more like GNU Make, isn't that > so? As said on my previous reply to you, the makefiles distributed with LLVM are not related to CMake. [snip] > My own feeling is that adding in the ability to generate BSD Makefiles > from Cmake files is going to tremendously compllicate the ability to > fix build problems, Maybe there is a common misunderstanding here. CMake is not a build tool, it is a build generator tool. That means that it competes with the GNU autotools, for instance, but not with make, or gmake. CMake generates makefiles (or project files for XCode, Visu...
2009 May 22
5
[LLVMdev] Arm port
Chuck Robey <chuckr at telenix.org> writes: >> Doesn't CMake support the BSD toolchain? > > OK, I checked the llvm-2.5 Makefiles. They have constructs in them > which cannot be used in any BSD Makefile (such as the form of > conditionals: ifndef is a GNU Makeism), and won't run on any BSD Make. > I know BSD Make and GNU Make well enough, but I doon't know
2009 May 23
0
[LLVMdev] Arm port
..., isn't that >> so? > > As said on my previous reply to you, the makefiles distributed with LLVM > are not related to CMake. > > [snip] > >> My own feeling is that adding in the ability to generate BSD Makefiles >> from Cmake files is going to tremendously compllicate the ability to >> fix build problems, I've never asked for (and wouldn't personally contribute to) any project to generate BSD Makefiles from CMake input. My feelings are, you generate BSD Makefiles directly, they are NOT that complicated, and making them be generated like that redu...