[all-commits] [llvm/llvm-project] 313fca: [lldb/test] Remove JOIN_CMD from Makefile.rules
    Pavel Labath via All-commits 
    all-commits at lists.llvm.org
       
    Wed Jul 15 07:06:43 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 313fca6520b43d95abb73e7c78a252a60ee4cf48
      https://github.com/llvm/llvm-project/commit/313fca6520b43d95abb73e7c78a252a60ee4cf48
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-07-15 (Wed, 15 Jul 2020)
  Changed paths:
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
  Log Message:
  -----------
  [lldb/test] Remove JOIN_CMD from Makefile.rules
It's possible to achieve the same effect by providing multi-step recipe
instead of a single-step recipe where the step happens to contain
multiple commands.
    
    
More information about the All-commits
mailing list