Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a prerequisite with * symbol #147

Open
kylcho opened this issue Sep 26, 2018 · 0 comments
Open

a prerequisite with * symbol #147

kylcho opened this issue Sep 26, 2018 · 0 comments

Comments

@kylcho
Copy link

kylcho commented Sep 26, 2018

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant