mirror of https://github.com/acidanthera/audk.git
BaseTools: Remove './SecMain' from 'run' target
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1561 This patch is related to commit 9ca1f1 It's to remove the second .SecMain call from 'run' target. Signed-off-by: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
01e074bfbc
commit
e812a812c1
|
@ -1360,10 +1360,6 @@ class Build():
|
||||||
|
|
||||||
# run
|
# run
|
||||||
if Target == 'run':
|
if Target == 'run':
|
||||||
RunDir = os.path.normpath(os.path.join(AutoGenObject.BuildDir, GlobalData.gGlobalDefines['ARCH']))
|
|
||||||
Command = '.\SecMain'
|
|
||||||
os.chdir(RunDir)
|
|
||||||
LaunchCommand(Command, RunDir)
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# build library
|
# build library
|
||||||
|
|
Loading…
Reference in New Issue