Boost logo

Boost-Build :

Subject: Re: [Boost-build] bootstrap.bat path incorrect
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-12-26 18:36:06


On Thu, Dec 26, 2013 at 4:32 PM, Nogradi, Chris <Chris.Nogradi_at_[hidden]>wrote:

> bootstrap.bat in master git is incorrect here:
>
>
>
> call .\build.bat %* > ..\bootstrap.log
>
> @ECHO OFF
>
> cd ..
>

The first and third lines above do not correspond to the current head of
master (or develop either).

Instead, the first four lines say:

call .\build.bat %* > ..\..\..\..\bootstrap.log
@ECHO OFF

popd

AFAICS that is correct, and a quick tests verifies bootstrap.log is created
in the boost-root directory, just where it should be, and the script does
just what it should do.

So either I've had too much sun today, or...

--Beman



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk