Treat all targets serially at the toplevel. This allows
[oota-llvm.git] / Makefile
index dcb98fc36f174e2deea0915dddf4a2749b3e8d88..837c2d7222847470a6eb120ba7be97a3d61119d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 #===------------------------------------------------------------------------===#
 
@@ -113,7 +113,8 @@ all::
 ifeq ($(BuildMode),Debug)
        $(Echo) '*****' Note: Debug build can be 10 times slower than an
        $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
-       $(Echo) '*****' make an optimized build.
+       $(Echo) '*****' make an optimized build. Alternatively you can
+       $(Echo) '*****' configure with --enable-optimized.
 endif
 
 check-llvm2cpp:
@@ -143,3 +144,7 @@ build-for-llvm-top:
 
 .PHONY: srpm rpm
 
+# declare all targets at this level to be serial:
+
+.NOTPARALLEL:
+