google / google/kati

a prerequisite with * symbol

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

Description

For the test case below, GNU make and ckati show different behavior. Note that kati(built from go source) shows same behavior as GNU make.

goal: test/*

When test/ directory is empty, GNU make and ckati/kati show same behavior which is

*** No rule to make target 'test/*', needed by 'goal'.

However, test/ is not empty, GNU make and go-based kati shows, basically,

Nothing to be done for `goal'.

But, ckati fails:
*** No rule to make target 'test/*', needed by 'goal'.

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.