mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 15:22:29 +00:00
Correct the conditional test for non-portable tools so that it will
correctly omit them for non-Unix operating systems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbf7a8af5a
commit
bb4fe3d677
@ -18,8 +18,7 @@ include $(LEVEL)/Makefile.config
|
||||
# on fork(2) behavior that Win32 doesn't have. At some point they'll be
|
||||
# rewritten to not depend on fork at which time they should be added back to
|
||||
# the list above.
|
||||
|
||||
ifeq ($(OS),Win32)
|
||||
ifneq ($(LLVM_ON_UNIX),1)
|
||||
PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user