mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
change bash scripts from TwlSDK*.sh into twl_wrapsdk*.sh.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@229 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
648613564e
commit
5dcab7fd78
@ -8,7 +8,7 @@
|
||||
ROOT=`dirname $0`
|
||||
source ${ROOT}/../etc/spec.sh
|
||||
TARGET=$1
|
||||
PKNAME=TwlSDK
|
||||
PKNAME=twl_wrapsdk
|
||||
shift 1
|
||||
|
||||
tmp=`pwd`
|
||||
@ -21,7 +21,7 @@ for rev in $*; do
|
||||
export CWFOLDER_TWL=${CW_2_0_twl}
|
||||
export CWFOLDER_TWL_LONGJUMP=${CW_2_0_twl}
|
||||
export TWL_STD_PCHDR=True
|
||||
${ROOT}/${PKNAME}-Sequence.sh ${TARGET} $rev
|
||||
${ROOT}/${PKNAME}-sequence.sh ${TARGET} $rev
|
||||
;;
|
||||
272)
|
||||
# Build for r272
|
||||
@ -29,7 +29,7 @@ for rev in $*; do
|
||||
export CWFOLDER_TWL=${CW_2_0_twl}
|
||||
export CWFOLDER_TWL_LONGJUMP=${CW_2_0_twl}
|
||||
export TWL_STD_PCHDR=True
|
||||
${ROOT}/${PKNAME}-Sequence.sh ${TARGET} $rev
|
||||
${ROOT}/${PKNAME}-sequence.sh ${TARGET} $rev
|
||||
;;
|
||||
*)
|
||||
# Unknown
|
||||
|
||||
Loading…
Reference in New Issue
Block a user