]> git.draconx.ca Git - dxcommon.git/commit
Fix autotest snippet with --disable-dependency-tracking.
authorNick Bowler <nbowler@draconx.ca>
Sat, 26 Mar 2022 03:58:29 +0000 (23:58 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 26 Mar 2022 03:58:29 +0000 (23:58 -0400)
commit6bba07ea3a95f69fcb47457dde0970a72eecbcee
tree9bed145c3c0415615aa7520bfa42836b0ccc1325
parent5f7a5274914472e4e599fc3fd39764408ce25b14
Fix autotest snippet with --disable-dependency-tracking.

When configuring with --disable-dependency-tracking, the .deps
directories are not created by config.status so unconditionally
creating files in there will not work.

We can avoid this problem by adjusting the rule to skip updating
testsuite.P in this configuration.  Add a new test case to expose
the issue.
snippet/autotest.mk
tests/snippets.at