Remove dependence check of FD upon FlashMap.fdf

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1575 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bxing 2006-09-20 02:57:55 +00:00
parent 1b69863ad8
commit 76c86b3ac4
1 changed files with 78 additions and 76 deletions

View File

@ -135,6 +135,7 @@ public class FlashMapTask extends Task implements EfiDefine {
@throws BuidException @throws BuidException
**/ **/
public void execute() throws BuildException { public void execute() throws BuildException {
/*
if (isUptodate()) { if (isUptodate()) {
EdkLog.log(this, EdkLog.EDK_VERBOSE, headerFile.toFileList() EdkLog.log(this, EdkLog.EDK_VERBOSE, headerFile.toFileList()
+ imageOutFile.toFileList() + imageOutFile.toFileList()
@ -145,6 +146,7 @@ public class FlashMapTask extends Task implements EfiDefine {
+ " is/are up-to-date!"); + " is/are up-to-date!");
return; return;
} }
*/
Project project = this.getOwningTarget().getProject(); Project project = this.getOwningTarget().getProject();
// //