search for: makeism

Displaying 5 results from an estimated 5 matches for "makeism".

2009 May 22
0
[LLVMdev] Arm port
...by the cross-platform CMake utility that will generate the makefiles or IDE build solutions for whatever toolchain you're using. > 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 much about Cmake, I can say that all of the makefiles I saw in llvm would (1) refuse to run on BSD make and (2) make no use whatever of the large set of BSD Make template files that always reside...
2009 May 22
3
[LLVMdev] Arm port
----- Original Message ---- > From: Chuck Robey <chuckr at telenix.org> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Friday, May 22, 2009 9:22:53 AM > Subject: Re: [LLVMdev] Arm port > > OK, I've got enough to go on with, and I'm getting ready right now to begin > reading the dragon book, but one question bothers me regarding the
2009 May 22
2
[LLVMdev] Arm port
> 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 much about Cmake, I can say that all of the makefiles > I saw in llvm would (1) refuse to run on BSD make and (2) make no use whatever > of the large set of BSD Make template files that...
2009 May 22
0
[LLVMdev] Arm port
Samuel Crow wrote: >> 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 much about Cmake, I can say that all of the makefiles >> I saw in llvm would (1) refuse to run on BSD make and (2) make no use whatever >> of the large set of BSD Make templat...
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 much about > Cmake, I can say that all of the makefiles I saw in llvm would (1) > refuse to run on BSD make and (2) make no use whatever of the large > set of BSD Make template files t...