X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=test%2Fget_source_list.sh;h=93c2defd45c992a334fda7799c9c02422bdb70b5;hb=7866d885e4eb4e5e0feead374294c8d734507fc7;hp=c17fe74aa627e8be054fa291eeed0222bbb7377b;hpb=7e6a5acb938ea7c552b8b6ef0593ae1aebcf220c;p=bertos.git diff --git a/test/get_source_list.sh b/test/get_source_list.sh index c17fe74a..93c2defd 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 -prune " +EXCLUDE_CMD="\.svn -or -name preempt.c -or -name coop.c -prune " for i in $EXCLUDE_DIRS; do EXCLUDE_CMD="$EXCLUDE_CMD -o -path $i -prune "; done