]> git.proxmox.com Git - mirror_edk2.git/commitdiff
The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE"
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Jun 2009 07:10:41 +0000 (07:10 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Jun 2009 07:10:41 +0000 (07:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8441 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/target.template

index 7c0b62b88661305cb8411456bdc27fb6fed416fe..75eba36a2ef8fbf41ed13a0728c734f7a81a5fbd 100644 (file)
@@ -63,9 +63,9 @@ TOOL_CHAIN_TAG        = MYTOOLS
 #                                                 cores or CPUs. Less than 2 means disable multithread build.\r
 MAX_CONCURRENT_THREAD_NUMBER = 1\r
 \r
-# MULTIPLE_THREAD        BOOLEAN  Optional    If TRUE, multi-thread is enable for bulding.\r
-#                                             If FALSE, multi-thread is disable for building.\r
-MULTIPLE_THREAD       = FALSE\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