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:
parent
e14d3bb5df
commit
5e4b7d3ae9
1 changed files with 2 additions and 0 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue