Should not checking exist fd file, otherwise new fd file can not override old fd file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@736 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2006-07-04 07:54:23 +00:00
parent 4507889e12
commit df282395d7
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@
@echo off @echo off
:check_fd
if exist %WORKSPACE%\EdkNt32Pkg\build\Debug\Fv\Fv_Recovery.fd goto start_secmain
:create_fd :create_fd
if not exist Build\Debug\Fv mkdir Build\Debug\Fv if not exist Build\Debug\Fv mkdir Build\Debug\Fv
copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B