X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fget_source_list.sh;fp=test%2Fget_source_list.sh;h=c17fe74aa627e8be054fa291eeed0222bbb7377b;hb=ae8a609173e4490fd03875f96e388038053b9288;hp=93c2defd45c992a334fda7799c9c02422bdb70b5;hpb=171251d9de4ef383f9f0feb622da3863076b1fc6;p=bertos.git diff --git a/test/get_source_list.sh b/test/get_source_list.sh index 93c2defd..c17fe74a 100755 --- a/test/get_source_list.sh +++ b/test/get_source_list.sh @@ -51,7 +51,7 @@ if [ $# \< 2 ] ; then fi CPU_TARGET=$1 EXCLUDE_DIRS="$COPY_DIR $CPU_DIR $APP_DIR $OS_DIR $WIZARD_DIR $EMUL_DIR $FAT_DIR $NMEA_DIR" -EXCLUDE_CMD="\.svn -or -name preempt.c -or -name coop.c -prune " +EXCLUDE_CMD="\.svn -prune " for i in $EXCLUDE_DIRS; do EXCLUDE_CMD="$EXCLUDE_CMD -o -path $i -prune "; done