automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dist-xz compression level


From: Jim Meyering
Subject: Re: dist-xz compression level
Date: Mon, 12 Apr 2010 11:44:01 +0200

Pavel Sanda wrote:
>> Pavel Sanda wrote:
>> It was deliberate.
>> For my use, xz -9 is far too slow for anything except the
>> final "make dist" I run just prior to a release.
>>
>> For a release, I run this, via one of the
>> alpha, beta or stable targets in gnulib's maint.mk:
>>
>>   $(MAKE) dist XZ_OPT=-9ev
>
> Is it possible to setup this to be the default inside makefiles?
> (I use make dist only for the final release...)

Sure.
Create a GNUmakefile containing

  export XZ_OPT=-9ev

and just passing all other rules to the default Makefile.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]