trinity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tommi Rantala <tt.rantala@gmail.com>
To: davej@redhat.com, trinity@vger.kernel.org
Cc: Tommi Rantala <tt.rantala@gmail.com>
Subject: [PATCH 1/9] Use color clearing also in Makefile
Date: Mon,  1 Apr 2013 21:58:31 +0300	[thread overview]
Message-ID: <1364842720-24127-1-git-send-email-tt.rantala@gmail.com> (raw)

---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2155f1f..69c9ab1 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ QUIET_CC = $(Q:@=@echo    '  CC	'$@;)
 all: trinity
 
 test:
-	@if [ ! -f config.h ]; then  echo "^[[1;31mRun configure.sh first.^[[1;37m" ; exit; fi
+	@if [ ! -f config.h ]; then  echo "^[[1;31mRun configure.sh first.^[[0m" ; exit; fi
 
 
 MACHINE		= $(shell $(CC) -dumpmachine)
-- 
1.7.9.5

             reply	other threads:[~2013-04-01 18:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-01 18:58 Tommi Rantala [this message]
2013-04-01 18:58 ` [PATCH 2/9] Check 'drm.h' existence Tommi Rantala
2013-04-01 18:58 ` [PATCH 3/9] Fix bitrot in include/syscalls-ia64.h Tommi Rantala
2013-04-01 18:58 ` [PATCH 4/9] Include asm/perfmon.h for the PFM_* constants in syscalls/ia64/perfmonctl.c Tommi Rantala
2013-04-01 18:58 ` [PATCH 5/9] Fix double .arg3name assignment " Tommi Rantala
2013-04-01 18:58 ` [PATCH 6/9] Dummy PTRACE_GETFPREGS and PTRACE_SETFPREGS for IA64 Tommi Rantala
2013-04-01 18:58 ` [PATCH 7/9] Check headers with the compiler in configure.sh Tommi Rantala
2013-04-01 18:58 ` [PATCH 8/9] Fix SYSCALLS_ARCH Tommi Rantala
2013-04-01 18:58 ` [PATCH 9/9] Build syscalls/ia64/*.c Tommi Rantala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1364842720-24127-1-git-send-email-tt.rantala@gmail.com \
    --to=tt.rantala@gmail.com \
    --cc=davej@redhat.com \
    --cc=trinity@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).