google / google/kati

wildcard expansion in targets and in prerequisites.

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1k
Forks
132
Avg merge
11m
Merged PRs (30d)
1

Description

as used in kati's Makefile

go_src_stamp: $(GO_SRCS) cmd/*/*.go

cmd/*/*.go should be expanded as wildcard.
for now, kati doesn't expand the wildcard, so fails as

**\* No rule to make target "cmd/*/*.go", needed by "go_src_stamp".

for ninja generator, we might not need to generate `build cmd/*/*.go: phony" (and remove cmd/*/*.go from build go_src_stamp) ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.