]> git.proxmox.com Git - mirror_edk2.git/commit - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/MakeDeps.java
1) Add FileTimeStamp class to centralize the cache mechanism for file time stamp...
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Sep 2006 05:11:58 +0000 (05:11 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Sep 2006 05:11:58 +0000 (05:11 +0000)
commit4b1348478851a4b30978fabf9c4315cdbc44e99f
tree22c653eb898431b347c4716a98dd8c3f7ec706e7
parent37e5cd656db059c9b7f506aacd7ca0044f0b2388
1) Add FileTimeStamp class to centralize the cache mechanism for file time stamp check, and changed related classes
2) Fixed the FlashMapTask dependency issue
3) Fixed empty target issue in OnDenpendency class

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1584 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/Common/org/tianocore/common/cache/FileTimeStamp.java [new file with mode: 0644]
Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FlashMapTask.java
Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/MakeDeps.java
Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java