From 8776553814bedb491a4f1291c961657c73001082 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Fri, 6 Feb 2009 00:03:52 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)CLS=E5=8C=96?= =?UTF-8?q?=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97=E3=83=88=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20-=20=E3=81=99=E3=81=A7=E3=81=ABCLS=E5=8C=96?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=81=AB=E5=86=8DCLS=E5=8C=96=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2740 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/work/cls.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build/tests/CustomSystemUpdater/work/cls.sh b/build/tests/CustomSystemUpdater/work/cls.sh index 59a2fa90..d58e276f 100755 --- a/build/tests/CustomSystemUpdater/work/cls.sh +++ b/build/tests/CustomSystemUpdater/work/cls.sh @@ -31,8 +31,13 @@ do_cls() { for target in `find $tmp -name v* -type d | sort -t / -n -k 3.2` do cp -rp $target $1 - echo "$target" - genLic $1 + t=`echo "$target" | cut -c 5-` + if [ -f $t/*.cls ]; then + echo "$t:Already cls processed" + else + genLic $1 + fi +# genLic $1 done } @@ -43,5 +48,4 @@ do do_cls $name done - rm -rf tmp