summaryrefslogtreecommitdiffstats
path: root/Vlv2TbltDevicePkg
diff options
context:
space:
mode:
authorMichael Kinney <michael.d.kinney@intel.com>2016-11-29 00:51:26 -0800
committerMichael Kinney <michael.d.kinney@intel.com>2016-11-29 08:17:50 -0800
commit6f5141430b76bb36a0f1f6e501008d1305a4b08b (patch)
tree800f93eda86f8ac328b15728426dd616baafe8ba /Vlv2TbltDevicePkg
parent8401d3983d00194b5a9aa77cf65477bfc1716588 (diff)
downloadedk2-6f5141430b76bb36a0f1f6e501008d1305a4b08b.tar.gz
edk2-6f5141430b76bb36a0f1f6e501008d1305a4b08b.tar.bz2
edk2-6f5141430b76bb36a0f1f6e501008d1305a4b08b.zip
Vlv2TbltDevicePkg: Allow BaseTools to run from sources
https://bugzilla.tianocore.org/show_bug.cgi?id=258 Update bld_vlv.bat to run BaseTools build command with a call statement to support running the build command from python sources. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: David Wei <david.wei@intel.com> Cc: Mang Guo <mang.guo@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg')
-rw-r--r--Vlv2TbltDevicePkg/bld_vlv.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/bld_vlv.bat b/Vlv2TbltDevicePkg/bld_vlv.bat
index e02a6052cd..6c53917c0b 100644
--- a/Vlv2TbltDevicePkg/bld_vlv.bat
+++ b/Vlv2TbltDevicePkg/bld_vlv.bat
@@ -205,7 +205,7 @@ if %ERRORLEVEL% NEQ 0 goto BldFail
echo.
echo Invoking EDK2 build...
-build %Build_Flags%
+call build %Build_Flags%
if %ERRORLEVEL% NEQ 0 goto BldFail