Skip to content

CBS Makefile builder does not parse build / clean commands fully #1072

Open
@jonahgraham

Description

Entering anything other than a simple string in CBS Makefile builder's build / clean commands don't parse correctly and are not passed to make as expected.

I am referring to these fields:

Image

For example, enter make all with an extra space leads to a make error:

Image

This is happening because the builder is simply splitting on " " which leads to an extra empty command line option

This also means other, more complicated cases, such as quoted strings are not handled properly either:

Image

leads to:

Image

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions