summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-05-27 14:12:35 +0800
committerzwei4 <david.wei@intel.com>2017-05-27 14:12:35 +0800
commit40f00126ecfceb4dc1226e55ebd4827b9006d4e4 (patch)
treed51bcb3cb072a61fa8101cb4410914b97c6ea841
parent66d48af2d24645263b8068e261abc58d84cc2b93 (diff)
downloadedk2-platforms-40f00126ecfceb4dc1226e55ebd4827b9006d4e4.tar.xz
GCC build script change.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 <david.wei@intel.com>
-rwxr-xr-xBuildBIOS.sh2
-rwxr-xr-xPlatform/BroxtonPlatformPkg/BuildIFWI.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/BuildBIOS.sh b/BuildBIOS.sh
index ff815e9fa7..fb67f04c21 100755
--- a/BuildBIOS.sh
+++ b/BuildBIOS.sh
@@ -27,5 +27,5 @@ export PACKAGES_PATH=$WORKSPACE:$WORKSPACE/Core:$WORKSPACE/Silicon/:$WORKSPACE/P
make -C BaseTools
-. ./Platform/BroxtonPlatformPkg/BuildIFWI.sh APLI $Target_Flag
+bash ./Platform/BroxtonPlatformPkg/BuildIFWI.sh APLI $Target_Flag
diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.sh b/Platform/BroxtonPlatformPkg/BuildIFWI.sh
index a319bd3eed..c21904f2c6 100755
--- a/Platform/BroxtonPlatformPkg/BuildIFWI.sh
+++ b/Platform/BroxtonPlatformPkg/BuildIFWI.sh
@@ -160,7 +160,7 @@ fi
## Build BIOS
echo "======================================================================"
echo "Build_IFWI: Calling BIOS build Script..."
-sh Platform/BroxtonPlatformPkg/BuildBios.sh $Build_Flags $Platform_Type $Build_Target
+bash Platform/BroxtonPlatformPkg/BuildBios.sh $Build_Flags $Platform_Type $Build_Target
echo
echo Finished Building Process.