05ba8a3a07
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
15 lines
530 B
Diff
15 lines
530 B
Diff
Index: tools/Makefile
|
|
===================================================================
|
|
--- tools/Makefile (revision 159991)
|
|
+++ tools/Makefile (working copy)
|
|
@@ -22,6 +22,9 @@
|
|
# Build LLDB if present. Note LLDB must be built last as it depends on the
|
|
# wider LLVM infrastructure (including Clang).
|
|
OPTIONAL_DIRS := lldb
|
|
+ifeq ($(NOCLING),)
|
|
+OPTIONAL_DIRS += cling
|
|
+endif
|
|
|
|
# NOTE: The tools are organized into five groups of four consisting of one
|
|
# large and three small executables. This is done to minimize memory load
|