From 7e08e958c0e3cdf7e6769027d8eeff5925b69d73 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 19 May 2018 13:36:04 +0100 Subject: Allow substitutions in custom_target() depfile: Allow substitutions in custom_target() depfile: as well as in command: --- docs/markdown/snippets/custom-target-depends.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/custom-target-depends.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/custom-target-depends.md b/docs/markdown/snippets/custom-target-depends.md new file mode 100644 index 0000000..e2b2ed7 --- /dev/null +++ b/docs/markdown/snippets/custom-target-depends.md @@ -0,0 +1,4 @@ +## Substitutions in `custom_target(depends:)` + +The `depfile` keyword argument to `custom_target` now accepts the `@BASENAME@` +and `@PLAINNAME@` substitutions. -- cgit v1.1