]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Should not checking exist fd file, otherwise new fd file can not override old fd...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Jul 2006 07:54:23 +0000 (07:54 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Jul 2006 07:54:23 +0000 (07:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@736 6f19259b-4bc3-4df7-8a09-765794883524

EdkNt32Pkg/run.cmd

index 36bb4c5732af43ede9a4da302f9d0c71853a23d7..145558fa28a1b6fc5633cd54f9eb6a9f94eae378 100644 (file)
@@ -11,9 +11,6 @@
 \r
 @echo off\r
 \r
-:check_fd\r
-if exist %WORKSPACE%\EdkNt32Pkg\build\Debug\Fv\Fv_Recovery.fd goto start_secmain\r
-\r
 :create_fd\r
 if not exist Build\Debug\Fv mkdir Build\Debug\Fv\r
 copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B\r