$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Git Modularization Review no vote heads-up
From: Daniel Pfeifer (daniel_at_[hidden])
Date: 2013-05-25 17:00:48
2013/5/25 Jürgen Hunold <jhunold_at_gmx.eu>
> Hi,
>
> On Saturday, 25. May 2013 15:23:34 Jürgen Hunold wrote:
> > The removal of "v2" requires some patching. I've attached to necessary
> patch
> > to bootstrap.{sh,bat}. Can this be applied automatically right after the
> > conversion so that the scripts are working on checkout? Otherwise the
> > patch(es) should be added to the wiki page.
>
> Forgot to patch boost-build.jam. New patch attached.
> Next task is generating forward headers.
Hi Jürgen,
This patch does not apply to the complete history. I added the following
command instead:
$ git filter-branch --tree-filter "find . -type f -maxdepth 1 -exec sed -i
-e 's|build[/\\]v2|build|g' {} \;"
cheers, Daniel