[llvm-commits] CVS: llvm/tools/Makefile
Reid Spencer
reid at x10sys.com
Wed May 17 14:21:03 PDT 2006
Changes in directory llvm/tools:
Makefile updated: 1.46 -> 1.47
---
Log message:
Remove the llvm-db and bugpoint restrictions from the win32 platform so
they can be compiled with ming32. The use of fork(2) has been removed.
---
Diffs of the changes: (+1 -11)
Makefile | 12 +-----------
1 files changed, 1 insertion(+), 11 deletions(-)
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.46 llvm/tools/Makefile:1.47
--- llvm/tools/Makefile:1.46 Thu Apr 20 16:14:39 2006
+++ llvm/tools/Makefile Wed May 17 16:20:50 2006
@@ -12,14 +12,4 @@
analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
-include $(LEVEL)/Makefile.config
-
-# The bugpoint and llvm-db tools are not portable to Win32 because they depend
-# 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.
-ifneq ($(LLVM_ON_UNIX),1)
-PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS))
-endif
-
-include $(LLVM_SRC_ROOT)/Makefile.rules
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list