1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add colorful display for make.

This commit is contained in:
winlin 2014-03-02 09:02:53 +08:00
parent e14d3bb5df
commit 5e4b7d3ae9

2
trunk/configure vendored
View file

@ -44,6 +44,7 @@ SRS_MAKEFILE="Makefile"
cat << END > ${SRS_MAKEFILE}
.PHONY: default help clean server bandwidth librtmp librtmp-sample _prepare_dir
# linux shell color support.
RED="\\\\e[31m"
GREEN="\\\\e[32m"
YELLOW="\\\\e[33m"
@ -244,6 +245,7 @@ RED="\\e[31m"
GREEN="\\e[32m"
YELLOW="\\e[33m"
BLACK="\\e[0m"
# summary
echo ""
echo "configure summary:"