]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove './SecMain' from 'run' target
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 10 May 2019 06:33:36 +0000 (14:33 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 22 May 2019 01:15:56 +0000 (09:15 +0800)
commit9ca1f1446a5ad6b108044739a50e9275758e772c
treeb979da613ad96f677367cbfa7df56bd7c928e411
parentc1387446edbb05a11e2646e4184585d58d47a7d6
BaseTools: Remove './SecMain' from 'run' target

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1561

When a target of 'run' is passed into build.py,
BaseTools unconditionally attempts to execute the
application called './SecMain' in the build output directory.

This behavior applies to the Nt32Pkg which is being
replaced with features in the EmulatorPkg.

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>
BaseTools/Source/Python/build/build.py