Displaying 1 result from an estimated 1 matches for "make_banner_ansi".
2010 Feb 21
1
[LLVMdev] patch: purdy colours for makefiles
...ces.
Feedback and ideas welcome.
The patch replaces $(Echo) usage in some key rules in Makefile.rules
with $(Banner) which invokes a new script utils/make-banner.sh which
is capable of adding appropriate ANSI escape sequences.
step1: apply patch
step2: chmod 755 utils/make-banner.sh
step3: export MAKE_BANNER_ANSI=1
Next, you must have an xterm or an ANSI capable terminal advertising
itself via $TERM and matching substring 'xterm'. Now simply set your env
and make:
export MAKE_BANNER_ANSI=1
make
SOME EXAMPLES:
export MAKE_BANNER_ANSI=1
utils/make-banner.sh -help
utils/make-banner.sh Hello -bo...