[Lldb-commits] [lldb] r181018 - Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Fri May 3 07:45:12 PDT 2013
Author: athirumu
Date: Fri May 3 09:45:11 2013
New Revision: 181018
URL: http://llvm.org/viewvc/llvm-project?rev=181018&view=rev
Log:
Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Modified:
lldb/trunk/source/Plugins/Makefile
Modified: lldb/trunk/source/Plugins/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Makefile?rev=181018&r1=181017&r2=181018&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Makefile (original)
+++ lldb/trunk/source/Plugins/Makefile Fri May 3 09:45:11 2013
@@ -27,14 +27,12 @@ DIRS += Process/MacOSX-Kernel
DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
DIRS += ObjectContainer/Universal-Mach-O ObjectFile/Mach-O
DIRS += SymbolVendor/MacOSX
-DIRS += OperatingSystem/Darwin-Kernel
#DIRS += Process/MacOSX-User
DIRS += Process/mach-core
endif
ifeq ($(HOST_OS),Linux)
DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
-DIRS += OperatingSystem/Darwin-Kernel
DIRS += Process/Linux Process/POSIX
endif
More information about the lldb-commits
mailing list