Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Kendy, all,

On Mon, Dec 05, 2011 at 02:03:11AM +0100, Jan Holesovsky wrote:
In the end, I worked that around using this:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=f259162cf511528c210eb71f51e63b5ff6838ff5

I still believe the rewriting of the OUTDIR & friends in BuildDirs.mk is
wrong, and should be avoided, but after trying to unwind that for an
hour, I just gave up, and went the easy way...

Bjoern - if you can sanitize this at some stage, that would be most
appreciated.

Tinderbox restarted, hopefully it will be green in the morning again.

Well, there is a good reason for paths in GNU make to be unix-paths. You define
a rule as:

C:B
    true

for target C depending on B. If you use windows native paths something like:

C:B:D
    true

is valid and can mean either target C depending on target B:D or target C:B
depending on target D. IIRC there are some heuristics in the DOS/Windows native
version GNU make, but I am not even sure if cypath has those too (and as this
is a cornercase: if they are reliable). Also, it is not only make itself that
has to take care of this, but also the little Perlhelpers etc that fiddle with
this. IMHO, keeping the paths unixy is the safest bet.

Best,

Bjoern

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.