Skip to content

Makefiles choke sometimes on * and \ characters #34

Description

@maelh

For example langbindings\java\make_win64.txt

Would not execute @-sildel /Q amzi\ls\*.class properly and instead execute @-sildel /Q amzi\ls*.class, i.e., omitting one backslash, and therefore fail. Addiing quotes around "amzi\ls\*.class" fixed the issue.

There might be other places in makefiles, that are affected by it. Before changing them all, look up how GNU make handles paths and * and \ etc. under Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions