Ian Romanick <i...@freedesktop.org> writes:

> On 11/26/2018 03:44 PM, Marek Olšák wrote:
>> I don't run meson. I have a script that runs meson. I want to just run
>> the script and I want to it configure or reconfigure.
>> 
>> I don't want to add this failure path into my script: "meson ... ||
>> meson --reconfigure ..."
>
> I have a similar build script.  In my particular, weird setup I've had
> something like this since forever:
>
>     if [ -d $BUILD_DIR ]; then
>         meson --reconfigure ...
>     else
>         meson ...
>     fi
>
> I even had to do some junk like that in the autotools days.  I'd love to
> have something better. :(

Agreed with this being an irritating feature of meson.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to