From: Marcel Holtmann <marcel@holtmann.org>
To: ofono@ofono.org
Subject: Re: [PATCH] Fix: clean-local target
Date: Fri, 23 Apr 2010 18:25:18 +0200 [thread overview]
Message-ID: <1272039918.22838.89.camel@localhost.localdomain> (raw)
In-Reply-To: <1271935576-8472-1-git-send-email-Pekka.Pessi@nokia.com>
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
Hi Pekka,
> Makefile.am | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 86ccf1b..db7e33e 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -426,5 +426,5 @@ include/ofono/%.h: include/%.h
> $(AM_V_at)$(MKDIR_P) include/ofono
> $(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@
>
> -clean-local: include/ofono
> - @$(RM) -r $<
> +clean-local:
> + $(RM) -rf include/ofono
what is this trying to fix?
And you removed the @ in front of the command.
Regards
Marcel
next prev parent reply other threads:[~2010-04-23 16:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 11:26 [PATCH] Fix: clean-local target Pekka Pessi
2010-04-23 16:25 ` Marcel Holtmann [this message]
2010-04-24 6:57 ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-04-24 13:56 ` Pekka Pessi
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=1272039918.22838.89.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=ofono@ofono.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