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

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

Open
DelilahHoare opened this issue Dec 18, 2022 · 0 comments
Open

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

DelilahHoare opened this issue Dec 18, 2022 · 0 comments

Comments

@DelilahHoare
Copy link
Contributor

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.

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

Successfully merging a pull request may close this issue.

1 participant