From d550b881846824ade18b02855963e710832b9fbe Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Thu, 26 Feb 2015 06:49:31 +0000 Subject: [PATCH] Clean up GCC build. Make the Unix Vlv2TbltDevicePkg scripts executable, add shebangs and skip the requirement to press a key when displaying usage text from Build_IFWI.sh. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran Reviewed-by: David Wei git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16936 6f19259b-4bc3-4df7-8a09-765794883524 --- Vlv2TbltDevicePkg/Build_IFWI.sh | 3 +-- Vlv2TbltDevicePkg/GenBiosId | Bin Vlv2TbltDevicePkg/bld_vlv.sh | 1 + Vlv2TbltDevicePkg/cln.sh | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 Vlv2TbltDevicePkg/Build_IFWI.sh mode change 100644 => 100755 Vlv2TbltDevicePkg/GenBiosId mode change 100644 => 100755 Vlv2TbltDevicePkg/bld_vlv.sh mode change 100644 => 100755 Vlv2TbltDevicePkg/cln.sh diff --git a/Vlv2TbltDevicePkg/Build_IFWI.sh b/Vlv2TbltDevicePkg/Build_IFWI.sh old mode 100644 new mode 100755 index 9bde502078..f5e499c2d2 --- a/Vlv2TbltDevicePkg/Build_IFWI.sh +++ b/Vlv2TbltDevicePkg/Build_IFWI.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash ##********************************************************************** ## Function define ##********************************************************************** @@ -14,8 +15,6 @@ function Usage ( ) { echo " See Stitch/Stitch_Config.txt for additional stitching settings." echo echo - echo "Press any key......" - read exit 0 } diff --git a/Vlv2TbltDevicePkg/GenBiosId b/Vlv2TbltDevicePkg/GenBiosId old mode 100644 new mode 100755 diff --git a/Vlv2TbltDevicePkg/bld_vlv.sh b/Vlv2TbltDevicePkg/bld_vlv.sh old mode 100644 new mode 100755 index e6d5e98852..1ed2b059d2 --- a/Vlv2TbltDevicePkg/bld_vlv.sh +++ b/Vlv2TbltDevicePkg/bld_vlv.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash ##********************************************************************** ## Function define ##********************************************************************** diff --git a/Vlv2TbltDevicePkg/cln.sh b/Vlv2TbltDevicePkg/cln.sh old mode 100644 new mode 100755 index 3f0987f0e4..3511695f6f --- a/Vlv2TbltDevicePkg/cln.sh +++ b/Vlv2TbltDevicePkg/cln.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash echo echo Run build cleanall... echo -- 2.39.2