removed throwing BuildException when exit code is not zero
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@526 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -94,7 +94,7 @@ public class GenFvImageTask extends Task implements EfiDefine{
|
|||||||
throw new BuildException(e.getMessage());
|
throw new BuildException(e.getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
if (exitCode != 0) {
|
if (exitCode != 0) {
|
||||||
throw new BuildException("GenFvImage: failed to generate FV file!");
|
//throw new BuildException("GenFvImage: failed to generate FV file!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user