Re: Option no-gzip

2002-07-31 Thread Akim Demaille
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> Would that be accepted? For some of my projects, I don't need Akim> nor want the .gz, I just want the .bz2. adl> I can't see how this option would be the problem. adl>

Re: Option no-gzip

2002-07-30 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> On Tue, 2002-07-30 at 19:02, Alexandre Duret-Lutz wrote: >> >>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: >> >> [...] >> Robert> Still I don't see how that could be accomplished with Bruce's Robert> suggestio

Re: Option no-gzip

2002-07-30 Thread Robert Collins
On Tue, 2002-07-30 at 19:02, Alexandre Duret-Lutz wrote: > >>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > [...] > > Robert> Still I don't see how that could be accomplished with Bruce's > Robert> suggestion of multiple targets. > > IMHO ./configure is not a exactly the right i

Re: Option no-gzip

2002-07-30 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: [...] Robert> Still I don't see how that could be accomplished with Bruce's Robert> suggestion of multiple targets. IMHO ./configure is not a exactly the right interface to make distribution policy decisions. IIRC in the past Tom sug

Re: Option no-gzip

2002-07-30 Thread Alexandre Duret-Lutz
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> Would that be accepted? For some of my projects, I don't need nor Akim> want the .gz, I just want the .bz2. I can't see how this option would be the problem. (BTW, have you considered `dist dist-all: dist-bzip2'?) -- Alexandre

Re: Option no-gzip

2002-07-30 Thread Robert Collins
On Tue, 2002-07-30 at 18:11, Alexandre Duret-Lutz wrote: > >>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > [...] > > Robert> This means: > Robert> build dist tree > Robert> compress with compressor 1 > Robert> compress with compressor 2 > Robert> clean dist tree > > This is

Re: Option no-gzip

2002-07-30 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: [...] Robert> This means: Robert> build dist tree Robert> compress with compressor 1 Robert> compress with compressor 2 Robert> clean dist tree This is the current behavior of `make dist'. [...] -- Alexandre Duret-Lutz

Re: Option no-gzip

2002-07-29 Thread BERTRAND Joël
Bruce Korb wrote: > Robert Collins wrote: > >>On Sat, 2002-07-27 at 02:25, Bruce Korb wrote: >> >>>Akim Demaille wrote: >>> Would that be accepted? For some of my projects, I don't need nor want the .gz, I just want the .bz2. >>> >>>If you are going to parameterize it at all, then parame

Re: Option no-gzip

2002-07-28 Thread Robert Collins
On Mon, 2002-07-29 at 13:14, Bruce Korb wrote: > Robert Collins wrote: > > > > On Sat, 2002-07-27 at 02:25, Bruce Korb wrote: > > > Akim Demaille wrote: > > > > > > > > Would that be accepted? For some of my projects, I don't need nor > > > > want the .gz, I just want the .bz2. > > > > > > If yo

Re: Option no-gzip

2002-07-28 Thread Bruce Korb
Robert Collins wrote: > > On Sat, 2002-07-27 at 02:25, Bruce Korb wrote: > > Akim Demaille wrote: > > > > > > Would that be accepted? For some of my projects, I don't need nor > > > want the .gz, I just want the .bz2. > > > > If you are going to parameterize it at all, then parameterize it > > c

Re: Option no-gzip

2002-07-28 Thread Robert Collins
On Sat, 2002-07-27 at 02:25, Bruce Korb wrote: > Akim Demaille wrote: > > > > Would that be accepted? For some of my projects, I don't need nor > > want the .gz, I just want the .bz2. > > If you are going to parameterize it at all, then parameterize it > completely. e.g. --compressor=bzip2 [

Re: Option no-gzip

2002-07-27 Thread Jens Krüger
Am Freitag, 26. Juli 2002 18:25 schrieb Bruce Korb: > Akim Demaille wrote: > > Would that be accepted? For some of my projects, I don't need nor > > want the .gz, I just want the .bz2. > Yes, that is a good idea. > If you are going to parameterize it at all, then parameterize it > completely.