summaryrefslogtreecommitdiff
path: root/Tools/Source/FrameworkTasks
diff options
context:
space:
mode:
authorqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-16 06:22:43 +0000
committerqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-16 06:22:43 +0000
commitc59963f51b2c394c2c5d20f910b697770b506936 (patch)
treeef128211f96f39359085e092135c3f208c530525 /Tools/Source/FrameworkTasks
parentfed802b13935fb477523c73d0be32d0edef339d7 (diff)
downloadedk2-platforms-c59963f51b2c394c2c5d20f910b697770b506936.tar.xz
Fix EDKT 188.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1291 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/FrameworkTasks')
-rw-r--r--Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java2
-rw-r--r--Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFvImageTask.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
index 6754beb621..46a1120b88 100644
--- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
+++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
@@ -102,7 +102,7 @@ public class GenCRC32SectionTask extends Task implements EfiDefine{
// command execution fail
//
log("ERROR = " + Integer.toHexString(revl));
-// LAH Added This Line
+ // LAH Added This Line
throw new BuildException("GenCRC32Section failed!");
}
} catch (Exception e) {
diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFvImageTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFvImageTask.java
index 78eabf9f8d..d0c4c5b637 100644
--- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFvImageTask.java
+++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFvImageTask.java
@@ -87,7 +87,7 @@ public class GenFvImageTask extends Task implements EfiDefine{
throw new BuildException(e.getMessage());
} finally {
if (exitCode != 0) {
- //throw new BuildException("GenFvImage: failed to generate FV file!");
+ throw new BuildException("GenFvImage: failed to generate FV file!");
}
}