commented out the TARGET and the TARGET_ARCH entries in target.template. Default will be to build all arch specified and all targets specified by FPD file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@942 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		@@ -31,7 +31,7 @@ ACTIVE_PLATFORM       = EdkNt32Pkg/Nt32.fpd
 | 
				
			|||||||
#                                               valid targets specified in the FPD file will attempt 
 | 
					#                                               valid targets specified in the FPD file will attempt 
 | 
				
			||||||
#                                               to be built.  The following line will build all platform
 | 
					#                                               to be built.  The following line will build all platform
 | 
				
			||||||
#                                               targets.
 | 
					#                                               targets.
 | 
				
			||||||
TARGET                = 
 | 
					# TARGET                = 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for. 
 | 
					#  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for. 
 | 
				
			||||||
#                                               One, or more, of the following, IA32, IA64, X64, EBC or ARM.
 | 
					#                                               One, or more, of the following, IA32, IA64, X64, EBC or ARM.
 | 
				
			||||||
@@ -44,7 +44,7 @@ TARGET                =
 | 
				
			|||||||
#                                               If not specified, then all valid architectures specified 
 | 
					#                                               If not specified, then all valid architectures specified 
 | 
				
			||||||
#                                               in the FPD file, for which tools are available, will be 
 | 
					#                                               in the FPD file, for which tools are available, will be 
 | 
				
			||||||
#                                               built.
 | 
					#                                               built.
 | 
				
			||||||
TARGET_ARCH           = IA32
 | 
					# TARGET_ARCH           = 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  TOOL_DEFINITION_FILE  Filename  Optional   Specify the name of the filename to use for specifying 
 | 
					#  TOOL_DEFINITION_FILE  Filename  Optional   Specify the name of the filename to use for specifying 
 | 
				
			||||||
#                                             the tools to use for the build.  If not specified, 
 | 
					#                                             the tools to use for the build.  If not specified, 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user