Re: RFC: Exclude config.sub and config.guess from

2008-02-11 Thread Bernhard R. Link
* Daniel Leidert <[EMAIL PROTECTED]> [080211 15:21]: > If you care > and if you want to avoid this: preserve the original config.* scripts > and put them back in the clean-target. This increases the whole > debian/rules file for around 4 lines. much easier: just delete in the clean target and put

Re: RFC: Exclude config.sub and config.guess from

2008-02-11 Thread Justin Pryzby
On Mon, Feb 11, 2008 at 04:42:34PM +0100, David Paleino wrote: > Il giorno Mon, 11 Feb 2008 15:19:08 +0100 Daniel Leidert <[EMAIL PROTECTED]> > ha scritto: > > > Copy the config.* scripts after the clean target has been called (e.g. > > in the config.status target) then they are simply not part o

Re: RFC: Exclude config.sub and config.guess from

2008-02-11 Thread Cyril Brulebois
On 11/02/2008, David Paleino wrote: > This seems to me more hackish than it should; is there a cleaner way > to do it (maybe I'm just complicating myself and don't see The Easy > Way [1])? You could have a look at how cdbs does it, which might help. > [1] I know that using "[ ! test ] || ..." is

Re: RFC: Exclude config.sub and config.guess from

2008-02-11 Thread David Paleino
Il giorno Mon, 11 Feb 2008 15:19:08 +0100 Daniel Leidert <[EMAIL PROTECTED]> ha scritto: > Copy the config.* scripts after the clean target has been called (e.g. > in the config.status target) then they are simply not part of the > diff.gz. Of course they would be after a second build run. If you