[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22070: Recreating release 1.6 from git
From: |
Doug Evans |
Subject: |
bug#22070: Recreating release 1.6 from git |
Date: |
Tue, 1 Dec 2015 14:08:27 -0800 |
On Tue, Dec 1, 2015 at 1:21 PM, Eric Blake <address@hidden> wrote:
> On 12/01/2015 11:09 AM, Doug Evans wrote:
>> Hi.
>>
>> Is there a recipe for recreating (as close as possible, but not
>> necessarily identical to) the 1.6 release from git?
>
> Untested, but roughly:
>
> git checkout v1.6
> ./bootstrap
> ./configure
> make dist
Awesome!
Thanks much. The only differences I see are due to
autoconf/automake/etc. version differences.