Re: Option Consistency

2002-07-30 Thread Eric Siegerman
On Tue, Jul 30, 2002 at 10:22:42AM -0700, Bruce Korb wrote: > Yep. Actually, the loop should simplify: > > > > > for f in $DIST_FORMATS; do > > > > eval suffix=\$${f}_SUFFIX > > > > [ -n "${suffix}" ] && suffix=.${suffix} > >+eval program=\$${f}_COMPRESSOR > > > > tar cf -

Re: Option Consistency

2002-07-30 Thread Bruce Korb
Eric Siegerman wrote: > > On Tue, Jul 30, 2002 at 07:46:18AM -0700, Bruce Korb wrote: > > [...] you still > > need to have both [suffix and compressor-program name] be > > specifiable so you are not boxed into > > cutting a new release in order to support a combination > > you didn't plan for. >

Re: Option Consistency

2002-07-30 Thread Eric Siegerman
On Tue, Jul 30, 2002 at 07:46:18AM -0700, Bruce Korb wrote: > [...] you still > need to have both [suffix and compressor-program name] be > specifiable so you are not boxed into > cutting a new release in order to support a combination > you didn't plan for. > > > > for f in $DIST_FORMATS; do >

Option Consistency

2002-07-30 Thread Bruce Korb
> Sorry. Here is a possible answer about *how*. > > build distdir > for f in $DIST_FORMATS; do > case $f in > gz)... > bzip2) ... > zip) ... > ... > esac > done > erase distdir "gz" is a suffix, "bzip2" is the name of the program that does the comp

BUSINESS PARTNER

2002-07-30 Thread ENGR. ISA KABIRU.
FROM THE DESK OF:ENGR. ISA KABIRU. GREENFIELDS AGRO-ALLIED COMPANY. 10 BROAD STREET, LAGOS- NIGERIA. FOR YOUR KIND ATTENTION, BUSINESS PROPOSAL: TRANSFER OF USD13.2 M (THIRTEEN MILLION, TWO HUNDRED THOUSAND UNITED STATES DOLLARS) & BUSINESS INVE

BUSINESS PARTNER

2002-07-30 Thread ENGR. ISA KABIRU.
FROM THE DESK OF:ENGR. ISA KABIRU. GREENFIELDS AGRO-ALLIED COMPANY. 10 BROAD STREET, LAGOS- NIGERIA. FOR YOUR KIND ATTENTION, BUSINESS PROPOSAL: TRANSFER OF USD13.2 M (THIRTEEN MILLION, TWO HUNDRED THOUSAND UNITED STATES DOLLARS) & BUSINESS INVE

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