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
This commit is contained in:
Bruce Cran 2015-02-26 06:49:31 +00:00 committed by zwei4
parent 3c1e53ce8f
commit d550b88184
4 changed files with 3 additions and 2 deletions

3
Vlv2TbltDevicePkg/Build_IFWI.sh Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
##********************************************************************** ##**********************************************************************
## Function define ## Function define
##********************************************************************** ##**********************************************************************
@ -14,8 +15,6 @@ function Usage ( ) {
echo " See Stitch/Stitch_Config.txt for additional stitching settings." echo " See Stitch/Stitch_Config.txt for additional stitching settings."
echo echo
echo echo
echo "Press any key......"
read
exit 0 exit 0
} }

0
Vlv2TbltDevicePkg/GenBiosId Normal file → Executable file
View File

1
Vlv2TbltDevicePkg/bld_vlv.sh Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
##********************************************************************** ##**********************************************************************
## Function define ## Function define
##********************************************************************** ##**********************************************************************

1
Vlv2TbltDevicePkg/cln.sh Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
echo echo
echo Run build cleanall... echo Run build cleanall...
echo echo