[all-commits] [llvm/llvm-project] 9decf0: [lldb/test] Simplify Makefile rules for .d files
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Jul 20 06:53:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9decf0405fe1bd79325ca47dba15d8914608e242
https://github.com/llvm/llvm-project/commit/9decf0405fe1bd79325ca47dba15d8914608e242
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
Log Message:
-----------
[lldb/test] Simplify Makefile rules for .d files
The sed line in the rules was adding the .d file as a target to the
dependency rules -- to ensure the file gets rebuild when the sources
change. The same thing can be achieved more elegantly with some -M
flags.
More information about the All-commits
mailing list