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 -
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.
>
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
>
> 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
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
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
>>> "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
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
>>> "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
>>> "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
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
>>> "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
12 matches
Mail list logo