]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Changed the comment for MULTI_THREAD setting
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Jul 2007 07:01:22 +0000 (07:01 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Jul 2007 07:01:22 +0000 (07:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3316 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/target.template

index 228b022438a33ad5b81dc2fc1c8853eec5976487..a8fcff1272a33e782e0663e18beae86435340bb9 100644 (file)
@@ -60,11 +60,11 @@ TOOL_CHAIN_TAG        = MYTOOLS
 \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. For multi-thread\r
-#                                             built, the log will write to ${BUILD_DIR}/build.log.\r
-#                                             This feature is only for PLATFORM build, and clean, cleanall or\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
+MULTIPLE_THREAD       = Enable\r
 \r
 # MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Default is 2. Recommend to\r
 #                                                 set this value to one more than the number of your compurter\r