Skip to content

Implicit rules cannot invoke other implicit rules #245

Description

@DelilahHoare

If an implicit rule has an input that does not yet exist but could be made by another implicit rule, it will be skipped.

all: test.a

%.a: %.b
	echo $< > $@

%.b:
	echo $* > $@

This test makefile will successfully create test.a when run by GNU make, but ckati will fail with No rule to make target 'test.a' due to the pattern being declined because test.b does not already exist.

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