a) Fixed the issue that the unnecessary build for not specified ARCH in single module build
b) Fixed the issue that mixed case of FV name will cause invalid inf file generation c) Fixed the issue that not specified outputDir will cause tool (flashmap, efirom) cannot be launched git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1056 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -93,7 +93,7 @@ public class EfiRomTask extends Task implements EfiDefine {
|
||||
///
|
||||
/// output directory
|
||||
///
|
||||
private String outputDir = "";
|
||||
private String outputDir = ".";
|
||||
|
||||
|
||||
///
|
||||
|
@ -117,7 +117,7 @@ public class FlashMapTask extends Task implements EfiDefine {
|
||||
// /
|
||||
// / output directory
|
||||
// /
|
||||
private String outputDir = "";
|
||||
private String outputDir = ".";
|
||||
|
||||
// /
|
||||
// / MCI file array
|
||||
|
Reference in New Issue
Block a user