Boost logo

Boost-Build :

Subject: [Boost-build] Restrictions for naming custom variant
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2018-06-20 19:02:09


Hi;

TL;TR: In Jamfile, can I define custom variant with name that contains dashes?

For example:

variant ubasan-undefined
    : release
    : ...
    ;

In the docs [1], there is naming rule for main target only:

    A main target name may contain alphanumeric characters, dashes
(‘-’), and underscores (‘_’).

I have tried multiple variations of name in Jamfile and name passed as value to
variant= argument, w/ and w/o wrapping in double-quotes, and none worked for me.

If instead I do either of

- declare `variant ubasan~undefined` and pass `variant=variant ubasan~undefined`
- declare `variant ubasan_undefined` and pass `variant=variant ubasan_undefined`

then it works.

[1] https://boostorg.github.io/build/manual/develop/index.htm

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

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