diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-04 07:54:23 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-04 07:54:23 +0000 |
commit | df282395d7f857ec6f4e737b8ae96758ce0b6fa7 (patch) | |
tree | 22856a849455ebb34fa431c8799d9f992fae4fde /EdkNt32Pkg | |
parent | 4507889e12c7b64e501e4c3b0ee48ed4336668d9 (diff) | |
download | edk2-platforms-df282395d7f857ec6f4e737b8ae96758ce0b6fa7.tar.xz |
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
Diffstat (limited to 'EdkNt32Pkg')
-rw-r--r-- | EdkNt32Pkg/run.cmd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/EdkNt32Pkg/run.cmd b/EdkNt32Pkg/run.cmd index 36bb4c5732..145558fa28 100644 --- a/EdkNt32Pkg/run.cmd +++ b/EdkNt32Pkg/run.cmd @@ -11,9 +11,6 @@ @echo off
-:check_fd
-if exist %WORKSPACE%\EdkNt32Pkg\build\Debug\Fv\Fv_Recovery.fd goto start_secmain
-
:create_fd
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
|