gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2307: fix output when USE_COLOR != y


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2307: fix output when USE_COLOR != y
Date: Sat, 13 Apr 2013 11:43:03 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2307
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-04-13 11:43:03 +0200
message:
  fix output when USE_COLOR != y
modified:
  gar.conf.mk
=== modified file 'gar.conf.mk'
--- a/gar.conf.mk       2013-01-20 16:02:24 +0000
+++ b/gar.conf.mk       2013-04-13 09:43:03 +0000
@@ -18,17 +18,17 @@
 # output.
 USE_COLOR = y
 ifeq ($(USE_COLOR),y)
-       OFF ="\\e[00m"
-       MSG ="\\e[01\;37m"
+       OFF = "\\e[00m"
+       MSG = "\\e[01\;37m"
        MSG2 = "\\e[01\;37m"
-       ERR ="\\e[01\;31m"
-       OK ="\\e[00\;32m"
+       ERR = "\\e[01\;31m"
+       OK = "\\e[00\;32m"
 else
-       OFF =""
-       MSG ="==\> "
-       MSG2 = ""
-       ERR ="*** "
-       OK =""
+       OFF =
+       MSG ===> 
+       MSG2 = 
+       ERR =*** 
+       OK =
 endif
 
 # If you want to redirect the output of most of the build process elsewhere,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]