]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/target.template
Sync EDKII BaseTools to BaseTools project r1971
[mirror_edk2.git] / BaseTools / Conf / target.template
index 5623e7b3032795c6bc71445fa2d54cc500c7c03e..7f0771ec551ccf9dff0a347eb915ffc6e909a9e8 100644 (file)
@@ -1,7 +1,7 @@
 #\r
-#  Copyright (c) 2006-2007, Intel Corporation\r
+#  Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -58,19 +58,15 @@ TOOL_CHAIN_CONF       = Conf/tools_def.txt
 #                                             used for the build.  The list uses space character separation.\r
 TOOL_CHAIN_TAG        = MYTOOLS\r
 \r
-#  MULTIPLE_THREAD       FLAG      Optional   Flag to enable multi-thread build. If not specified, default\r
-#                                             is "Disable". If your computer is multi-core or multiple CPUs,\r
-#                                             enabling this feature will bring much benefit. \r
-#                                             This feature is only available for "spawn" build mode, and \r
-#                                             only for PLATFORM build. The clean, cleanall or\r
-#                                             stand-alone module build is still using the normal way.\r
-MULTIPLE_THREAD       = Enable\r
-\r
-# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Default is 1. Recommend to\r
-#                                                 set this value to one more than the number of your compurter\r
-#                                                 cores or CPUs.\r
+# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Recommend to set this\r
+#                                                 value to one more than the number of your compurter\r
+#                                                 cores or CPUs. Less than 2 means disable multithread build.\r
 MAX_CONCURRENT_THREAD_NUMBER = 1\r
 \r
+# MULTIPLE_THREAD        BOOLEAN  Optional    If "Enable", multi-thread is enable for bulding.\r
+#                                             If "Disable", multi-thread is disable for building.\r
+MULTIPLE_THREAD       = Disable\r
+\r
 # Build rules definition\r
 #\r
 #\r