scons changes for connectivity-abstraction branch
[platform/upstream/iotivity.git] / auto_build.sh
index efe7530..c2af2e1 100755 (executable)
@@ -39,11 +39,13 @@ function build()
                scons TARGET_OS=android TARGET_ARCH=armeabi-v7a-hard ANDROID_NDK=$1 RELEASE=$3
        fi
 
+: '
        echo "*********** Build for arduino avr *************"
        scons TARGET_OS=arduino TARGET_ARCH=avr ARDUINO_HOME=$2 RELEASE=$3
 
        echo "*********** Build for arduino arm *************"
        scons TARGET_OS=arduino TARGET_ARCH=arm ARDUINO_HOME=$2 RELEASE=$3
+'
 
        if [ $(uname -s) = "Darwin" ]
        then