summaryrefslogtreecommitdiff
path: root/Tools/Conf
diff options
context:
space:
mode:
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-13 03:32:00 +0000
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-09-13 03:32:00 +0000
commite38eb39cb0d94f96acdc890699e850820168d8be (patch)
treea0f56362c851f57b68dd726281a97a126fc596c0 /Tools/Conf
parent89e1408fde55d578276060985823e162ba31d6a5 (diff)
downloadedk2-platforms-e38eb39cb0d94f96acdc890699e850820168d8be.tar.xz
Add more comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1522 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf')
-rw-r--r--Tools/Conf/target.template7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template
index 7eb3100b71..ce192de4da 100644
--- a/Tools/Conf/target.template
+++ b/Tools/Conf/target.template
@@ -59,9 +59,10 @@ 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 multi-thread will bring much benefit. Otherwise, we
-# do not recommend to enable this. For multi-thread built, the
-# log will write to ${BUILD_DIR}/build.log.
+# 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
+# stand-alone module build is still using the normal way.
MULTIPLE_THREAD = Enable
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to