imgtools/buildrom/tools/features
author jascui
Mon, 29 Nov 2010 15:44:51 +0800
changeset 710 44ac166bbdbc
parent 701 170c8b305768
permissions -rw-r--r--
Updating ROMBUILD version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
600
6d08f4a05d93 add deprecated files
jjkang
parents:
diff changeset
     1
#!/bin/sh
701
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     2
PRGDIR=`dirname "$0"`
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     3
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     4
PRGDIR=`cd "$PRGDIR"; pwd`
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     5
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     6
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     7
perl "$PRGDIR/features.pl" $@
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     8