Skip to content

Kati fails to translate # in ninja mode #250

Description

@jzhupo

[Test code]

bar:
	$(foreach var,foo,echo #define $(var);)

[Expected build.ninja]
rule rule0
description = build $out
command = /bin/sh -c "echo #define foo"
build bar: rule0

[Actual build.ninja]
rule rule0
description = build $out
command = /bin/sh -c "echo"
build bar: rule0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions