mirror of https://github.com/acidanthera/audk.git
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:
parent
1b69863ad8
commit
76c86b3ac4
|
@ -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();
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue