Re: makefile patch

2002-03-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> | Lars> Ok, does this patch taste better? >> Lars> | Definitely. We have to be sure though that it work

Re: makefile patch

2002-03-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Ok, does this patch taste better? > | Definitely. We have to be sure though that it works for `reasonable' | non-GNU makes. But we'll find out soon enough... > | A small nit

Re: makefile patch

2002-03-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok, does this patch taste better? Definitely. We have to be sure though that it works for `reasonable' non-GNU makes. But we'll find out soon enough... A small nit: I do not like the name include.am. I'd rather have something

Re: makefile patch

2002-03-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> This is a think I have been planning to do with the makefiles | Lars> for a long time. I am sure there are details that can be | Lars> imporved, but this should make sure th

Re: makefile patch

2002-03-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I just saw that we used "foreign 1.4" in a couple of files, I'll | Lars> be happy with just "foreign" > | OK. > | Lars> It makes things easier, and although we get some clut

Re: makefile patch

2002-03-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I just saw that we used "foreign 1.4" in a couple of files, I'll Lars> be happy with just "foreign" OK. Lars> It makes things easier, and although we get some clutter and Lars> unwanted stuff in include.am, we get a much nice

Re: makefile patch

2002-03-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> This is a think I have been planning to do with the makefiles | Lars> for a long time. I am sure there are details that can be | Lars> imporved, but this should make sure th

Re: makefile patch

2002-03-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This is a think I have been planning to do with the makefiles Lars> for a long time. I am sure there are details that can be Lars> imporved, but this should make sure that the Makefile.am's are a Lars> lot more uniform. Lars>

makefile patch

2002-03-12 Thread Lars Gullik Bjønnes
This is a think I have been planning to do with the makefiles for a long time. I am sure there are details that can be imporved, but this should make sure that the Makefile.am's are a lot more uniform. Please comment. ? build ? confdefs.h Index: Makefile.am =

Re: Another Makefile patch

2000-07-31 Thread Jean-Marc Lasgouttes
>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Here is another makefile patch in support of the automated RPM Kayvan> generation. It makes the ``rpmdist'' target return a Kayvan> meaningfull value to Make. Without this p

Another Makefile patch

2000-07-28 Thread Kayvan A. Sylvan
Hi folks, Here is another makefile patch in support of the automated RPM generation. It makes the ``rpmdist'' target return a meaningfull value to Make. Without this patch, Make blithely thinks that the target succeeded even if the actual build failed. Please apply this. -- Kayvan