summaryrefslogtreecommitdiffstats
path: root/BaseTools/Conf/target.template
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-18 07:01:22 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-18 07:01:22 +0000
commit071ae32b289d32c447415a05ebaf279d136d3976 (patch)
tree70f5acd031d0ea871f0762639ee1a0ed8175fcf5 /BaseTools/Conf/target.template
parent34480eaca4b462e4755cce195b0d75280425f581 (diff)
downloadedk2-071ae32b289d32c447415a05ebaf279d136d3976.tar.gz
edk2-071ae32b289d32c447415a05ebaf279d136d3976.tar.bz2
edk2-071ae32b289d32c447415a05ebaf279d136d3976.zip
Changed the comment for MULTI_THREAD setting
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3316 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf/target.template')
-rw-r--r--BaseTools/Conf/target.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index 228b022438..a8fcff1272 100644
--- a/BaseTools/Conf/target.template
+++ b/BaseTools/Conf/target.template
@@ -60,11 +60,11 @@ TOOL_CHAIN_TAG = MYTOOLS
# MULTIPLE_THREAD FLAG Optional Flag to enable multi-thread build. If not specified, default
# is "Disable". If your computer is multi-core or multiple CPUs,
-# enabling this feature will bring much benefit. For multi-thread
-# built, the log will write to ${BUILD_DIR}/build.log.
-# This feature is only for PLATFORM build, and clean, cleanall or
+# enabling this feature will bring much benefit.
+# This feature is only available for "spawn" build mode, and
+# only for PLATFORM build. The clean, cleanall or
# stand-alone module build is still using the normal way.
-MULTIPLE_THREAD = Enable
+# MULTIPLE_THREAD = Enable
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to
# set this value to one more than the number of your compurter