linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alessio Igor Bogani <abogani@texware.it>
To: linux-rt-users@vger.kernel.org, tglx@linutronix.de
Cc: Alessio Igor Bogani <abogani@texware.it>
Subject: [PATCH] Avoid to remove too much files
Date: Sat,  9 Aug 2008 19:19:47 +0200	[thread overview]
Message-ID: <1218302388-29918-1-git-send-email-abogani@texware.it> (raw)
In-Reply-To: <>

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index b7ac587..1b1b02c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ pi_stress:  src/pi_tests/pi_stress.c
 CLEANUP = $(TARGETS) *.o .depend *.*~ ChangeLog *.orig *.rej rt-tests.spec
 
 clean:
-	for F in $(CLEANUP); do find -type f -iname $$F | xargs rm -f; done
+	for F in $(CLEANUP); do find -type f -name $$F | xargs rm -f; done
 
 distclean: clean
 	rm -rf BUILD RPMS SRPMS releases
-- 
1.5.4.3


             reply	other threads:[~2008-08-09 17:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-09 17:19 Alessio Igor Bogani [this message]
2008-08-09 17:19 ` [PATCH] Fix typo in pi_stress manpage Alessio Igor Bogani

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=1218302388-29918-1-git-send-email-abogani@texware.it \
    --to=abogani@texware.it \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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).