Fix EDKT 188.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang 2006-08-16 06:22:43 +00:00
parent fed802b139
commit c59963f51b
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ public class GenCRC32SectionTask extends Task implements EfiDefine{
// command execution fail // command execution fail
// //
log("ERROR = " + Integer.toHexString(revl)); log("ERROR = " + Integer.toHexString(revl));
// LAH Added This Line // LAH Added This Line
throw new BuildException("GenCRC32Section failed!"); throw new BuildException("GenCRC32Section failed!");
} }
} catch (Exception e) { } catch (Exception e) {

View File

@ -87,7 +87,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!");
} }
} }