[all-commits] [llvm/llvm-project] 0d236d: [lldb] Update hardcoded Makefile.rules inclusions.
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Thu Dec 5 15:51:04 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d236d8b4f8aecc258e26ad53755a39d9b76032e
https://github.com/llvm/llvm-project/commit/0d236d8b4f8aecc258e26ad53755a39d9b76032e
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/functionalities/float-display/Makefile
M lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
M lldb/packages/Python/lldbsuite/test/lang/cpp/thread_local/Makefile
M lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile
Log Message:
-----------
[lldb] Update hardcoded Makefile.rules inclusions.
This replaces `include $(LEVEL)/Makefile.rules` with `include Makefile.rules`.
The lldb test driver already passes the include path when running make, and specifically looking for "../../Makefile.rules" forces the test to be in a specific location.
Removing this hardcoded relative path will make it possible to move this test as-is.
More information about the All-commits
mailing list