X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FConf%2Ftarget.template;h=52d03f598926c16c9377f4387e449c4471103dd4;hp=e8e32438737c3ddb6bd53f11cc1465effe971883;hb=106c688f932670b3da436960767d72e2a5f24b1c;hpb=07a756b95e8c201e0177a6c49cf45c7c554743bf diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index e8e3243873..52d03f5989 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -20,29 +20,30 @@ # PROPERTY Type Use Description # ---------------- -------- -------- ----------------------------------------------------------- # ACTIVE_PLATFORM Filename Recommended Specify the WORKSPACE relative Path and Filename -# of the platform FPD file that will be used for the build -# This line is required if and only if the current working -# directory does not contain one or more FPD files. +# of the platform description file that will be used for the +# build. This line is required if and only if the current +# working directory does not contain one or more description +# files. ACTIVE_PLATFORM = Nt32Pkg/Nt32Pkg.dsc # TARGET List Optional Zero or more of the following: DEBUG, RELEASE, # UserDefined; separated by a space character. # If the line is missing or no value is specified, all -# valid targets specified in the FPD file will attempt -# to be built. The following line will build all platform -# targets. +# valid targets specified in the platform description file +# will attempt to be built. The following line will build all +# platform targets. TARGET = DEBUG # TARGET_ARCH List Optional What kind of architecture is the binary being target for. # One, or more, of the following, IA32, IPF, X64, EBC or ARM. # Multiple values can be specified on a single line, using # space charaters to separate the values. These are used -# during the parsing of an FPD file, restricting the build -# output target(s.) +# during the parsing of an platform description file, +# restricting the build output target(s.) # The Build Target ARCH is determined by a logical AND of: -# FPD BuildOptions: tag +# platform BuildOptions: tag # If not specified, then all valid architectures specified -# in the FPD file, for which tools are available, will be +# in the platform file, for which tools are available, will be # built. TARGET_ARCH = IA32 @@ -63,9 +64,9 @@ TOOL_CHAIN_TAG = MYTOOLS # 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 = Disable +MULTIPLE_THREAD = Enable -# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to +# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 1. Recommend to # set this value to one more than the number of your compurter # cores or CPUs. -MAX_CONCURRENT_THREAD_NUMBER = 2 +MAX_CONCURRENT_THREAD_NUMBER = 1