SEC: temporary exclude sec directory from nightly compilation tests,
authorrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 24 Sep 2010 09:31:11 +0000 (09:31 +0000)
committerrasky <rasky@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 24 Sep 2010 09:31:11 +0000 (09:31 +0000)
as code there might be broken at any time.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4281 38d2e660-2303-0410-9eaa-f027e97ec537

test/get_source_list.sh

index 41f99ca6805d95093c6f2219b841d03b02ea4805..9a0d625d3d088f409a2e16639c99ee2b3169e400 100755 (executable)
@@ -50,7 +50,7 @@ if [ $# \< 2 ] ; then
        exit 1
 fi
 CPU_TARGET=$1
-EXCLUDE_DIRS="$COPY_DIR $CPU_DIR $APP_DIR $OS_DIR $WIZARD_DIR $EMUL_DIR $FAT_DIR $NMEA_DIR"
+EXCLUDE_DIRS="$COPY_DIR $CPU_DIR $APP_DIR $OS_DIR $WIZARD_DIR $EMUL_DIR $FAT_DIR $NMEA_DIR ${BERTOS_DIR}/sec"
 EXCLUDE_CMD="\.svn -prune "
 for i in $EXCLUDE_DIRS; do 
        EXCLUDE_CMD="$EXCLUDE_CMD -o -path $i -prune ";