diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-02 07:10:41 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-02 07:10:41 +0000 |
commit | ecb11926eccaa61eb0f5978adb09b2b1e8797ab4 (patch) | |
tree | 0d24119dd282f45e45adabd52091af815ae2531b /BaseTools/Conf | |
parent | c9d0e0815bc50c07b479f6cd44b399cc646f4cd2 (diff) | |
download | edk2-ecb11926eccaa61eb0f5978adb09b2b1e8797ab4.tar.gz edk2-ecb11926eccaa61eb0f5978adb09b2b1e8797ab4.tar.bz2 edk2-ecb11926eccaa61eb0f5978adb09b2b1e8797ab4.zip |
The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8441 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r-- | BaseTools/Conf/target.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 7c0b62b886..75eba36a2e 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -63,9 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS # cores or CPUs. Less than 2 means disable multithread build.
MAX_CONCURRENT_THREAD_NUMBER = 1
-# MULTIPLE_THREAD BOOLEAN Optional If TRUE, multi-thread is enable for bulding.
-# If FALSE, multi-thread is disable for building.
-MULTIPLE_THREAD = FALSE
+# MULTIPLE_THREAD BOOLEAN Optional If "Enable", multi-thread is enable for bulding.
+# If "Disable", multi-thread is disable for building.
+MULTIPLE_THREAD = Disable
# Build rules definition
#
|