]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vlv2TbltDevicePkg: Allow BaseTools to run from sources
authorMichael Kinney <michael.d.kinney@intel.com>
Tue, 29 Nov 2016 08:51:26 +0000 (00:51 -0800)
committerMichael Kinney <michael.d.kinney@intel.com>
Tue, 29 Nov 2016 16:17:50 +0000 (08:17 -0800)
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>
Vlv2TbltDevicePkg/bld_vlv.bat

index e02a6052cd9485fa6c3b50df668b3a92f49e68fe..6c53917c0b997d9cc834e5e15444bf05adaadc7b 100644 (file)
@@ -205,7 +205,7 @@ if %ERRORLEVEL% NEQ 0 goto BldFail
 \r
 echo.\r
 echo Invoking EDK2 build...\r
 \r
 echo.\r
 echo Invoking EDK2 build...\r
-build %Build_Flags%\r
+call build %Build_Flags%\r
 \r
 if %ERRORLEVEL% NEQ 0 goto BldFail\r
 \r
 \r
 if %ERRORLEVEL% NEQ 0 goto BldFail\r
 \r