--- tools/lldb/source/Plugins/Makefile.orig 2015-07-09 17:09:09 UTC +++ tools/lldb/source/Plugins/Makefile @@ -55,6 +55,12 @@ PARALLEL_DIRS += Process/elf-core PARALLEL_DIRS += JITLoader/GDB endif +ifneq (,$(filter $(HOST_OS), BSDSUniX)) +PARALLEL_DIRS += Process/BSDSUniX Process/POSIX +PARALLEL_DIRS += Process/elf-core +PARALLEL_DIRS += JITLoader/GDB +endif + ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) PARALLEL_DIRS += Process/FreeBSD Process/POSIX PARALLEL_DIRS += Process/elf-core