From 979ee7d39cb5e10a45e083110a5ebad73e068c05 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 28 Feb 2014 15:10:28 +0800 Subject: [PATCH] update config, remove the script to create logs dir. --- trunk/configure | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/trunk/configure b/trunk/configure index 8756940e9..4d40cd9f5 100755 --- a/trunk/configure +++ b/trunk/configure @@ -146,6 +146,9 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH echo 'configure ok! ' +##################################################################################### +# configure summary +##################################################################################### # linux shell color support. RED="\\e[31m" GREEN="\\e[32m" @@ -180,11 +183,10 @@ else echo -e "${BLACK}note: research tools are not builded${BLACK}" fi -# mkdir dirs -mkdir -p ${SRS_OBJS}/logs - +##################################################################################### +# next step +##################################################################################### ip=`ifconfig|grep "inet addr"| grep -v "127.0.0.1"|awk '{print $2}'|awk -F ':' 'NR==1 {print $2}'` -# next step. echo "" echo "you can:" echo "\" make \" to build the srs(simple rtmp server)."