public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Cleanup build scripts
@ 2018-10-03 16:42 Steele, Kelly
  2018-10-08  1:39 ` Wei, David
  0 siblings, 1 reply; 2+ messages in thread
From: Steele, Kelly @ 2018-10-03 16:42 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Wei, David, Guo, Mang

>From f30cb7012687d09144ddeef1ad03a5571181757d Mon Sep 17 00:00:00 2001
From: Kelly Steele <kelly.steele@intel.com>
Date: Wed, 3 Oct 2018 09:35:00 -0700
Subject: [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Cleanup build
scripts

Removed unused variables from exit routine.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Kelly Steele <kelly.steele@intel.com>
---
Platform/BroxtonPlatformPkg/BuildBxtBios.bat | 1 -
Platform/BroxtonPlatformPkg/BuildIFWI.bat    | 1 -
2 files changed, 2 deletions(-)

diff --git a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat b/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
index cdf666a7a4..3c0565e3ed 100644
--- a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
+++ b/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
@@ -742,6 +742,5 @@ echo See EDK2.log for more details
echo %date%  %time%
(
   EndLocal
-  set BiosVersion=%BiosVersion%
   exit /b %ExitCode%
)
diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.bat b/Platform/BroxtonPlatformPkg/BuildIFWI.bat
index 78cdac5111..5566e211ee 100644
--- a/Platform/BroxtonPlatformPkg/BuildIFWI.bat
+++ b/Platform/BroxtonPlatformPkg/BuildIFWI.bat
@@ -244,6 +244,5 @@ set exitCode=1
:Exit
(
   EndLocal
-  set Arch=%Arch%
   exit /b %exitCode%
)
--
2.11.0.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-08  1:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 16:42 [PATCH] [edk2-platforms/devel-IntelAtomProcessorE3900] Cleanup build scripts Steele, Kelly
2018-10-08  1:39 ` Wei, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox