Chromium Code Reviews| Index: tools/Makefile |
| diff --git a/tools/Makefile b/tools/Makefile |
| index 494ea562ed0188c87aec7f7f3eeaa981bfe03619..b9e7004380657768a3c894a055c115272d228af6 100644 |
| --- a/tools/Makefile |
| +++ b/tools/Makefile |
| @@ -18,7 +18,8 @@ ifneq ($(CLANG_SRC_ROOT),) |
| else |
| OPTIONAL_PARALLEL_DIRS := clang |
| endif |
| - |
| +#ifneq ($(SUBZERO_SRC_ROOT),) |
|
jvoung (off chromium)
2014/05/22 19:37:58
Can remove commented out check?
Seems like the po
Derek Schuff
2014/05/22 23:21:56
Removed.
|
| +OPTIONAL_PARALLEL_DIRS += $(SUBZERO_SRC_ROOT) |
| # Build LLDB if present. Note LLDB must be built last as it depends on the |
| # wider LLVM infrastructure (including Clang). |
| OPTIONAL_DIRS := lldb |