Skip to content

Target considered up-to-date when prerequisite is newer #260

@DelilahHoare

Description

@DelilahHoare

This test case:

set -e

mk="$@"

cat <<EOF > Makefile
a: b
	echo a > a
b: c
	echo b > b
c:
	echo c > c
EOF

${mk}
sleep 0.1
touch c
${mk}

fails, because kati does not execute the rule for a on the second invocation.

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