diff options
author | Bruce Cran <bruce.cran@gmail.com> | 2015-02-26 06:49:31 +0000 |
---|---|---|
committer | zwei4 <zwei4@Edk2> | 2015-02-26 06:49:31 +0000 |
commit | d550b881846824ade18b02855963e710832b9fbe (patch) | |
tree | ceee8d6acf9fd4f1a2be521fc02bc313fef4ec0f | |
parent | 3c1e53ce8f52429067a6664576e0bd5611d4e764 (diff) | |
download | edk2-platforms-d550b881846824ade18b02855963e710832b9fbe.tar.xz |
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 <bruce.cran@gmail.com>
Reviewed-by: David Wei <david.wei@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16936 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x[-rw-r--r--] | Vlv2TbltDevicePkg/Build_IFWI.sh | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | Vlv2TbltDevicePkg/GenBiosId | bin | 12236 -> 12236 bytes | |||
-rwxr-xr-x[-rw-r--r--] | Vlv2TbltDevicePkg/bld_vlv.sh | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | Vlv2TbltDevicePkg/cln.sh | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/Build_IFWI.sh b/Vlv2TbltDevicePkg/Build_IFWI.sh index 9bde502078..f5e499c2d2 100644..100755 --- 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 Binary files differindex ef1578f2bc..ef1578f2bc 100644..100755 --- a/Vlv2TbltDevicePkg/GenBiosId +++ b/Vlv2TbltDevicePkg/GenBiosId diff --git a/Vlv2TbltDevicePkg/bld_vlv.sh b/Vlv2TbltDevicePkg/bld_vlv.sh index e6d5e98852..1ed2b059d2 100644..100755 --- 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 index 3f0987f0e4..3511695f6f 100644..100755 --- a/Vlv2TbltDevicePkg/cln.sh +++ b/Vlv2TbltDevicePkg/cln.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash echo echo Run build cleanall... echo |