diff options
author | Linux User <ncopa@buildozer.(none)> | 2008-11-08 11:05:45 +0000 |
---|---|---|
committer | Linux User <ncopa@buildozer.(none)> | 2008-11-08 11:05:45 +0000 |
commit | d9f5462b347b3d094abea9a73d2f302d3a55e9ec (patch) | |
tree | da61b0084fb2b197a7564db3d95f5a958059f808 /abuild.conf | |
parent | e4a3c05d8350f2d6f7d314f5acf20b420871f590 (diff) | |
download | abuild-d9f5462b347b3d094abea9a73d2f302d3a55e9ec.tar.gz abuild-d9f5462b347b3d094abea9a73d2f302d3a55e9ec.tar.bz2 abuild-d9f5462b347b3d094abea9a73d2f302d3a55e9ec.tar.xz abuild-d9f5462b347b3d094abea9a73d2f302d3a55e9ec.zip |
use colors on messages
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abuild.conf b/abuild.conf index 586e5ad..aba818a 100644 --- a/abuild.conf +++ b/abuild.conf @@ -4,3 +4,6 @@ export CXXFLAGS="$CFLAGS" export PATH=:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18:$PATH export MAKEFLAGS=-j2 + +# remove line below to disable colors +USE_COLORS=1 |