qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] Makefile: Remove linux-headers/asm symlink on distclean
Date: Wed, 01 Feb 2012 16:12:33 -0600	[thread overview]
Message-ID: <4F29B8D1.2070202@codemonkey.ws> (raw)
In-Reply-To: <1328122242-18230-1-git-send-email-peter.maydell@linaro.org>

On 02/01/2012 12:50 PM, Peter Maydell wrote:
> configure creates a linux-headers/asm symlink. Remove this when
> doing a distclean.
>
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   Makefile |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index d172cbf..2560b59 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -233,6 +233,7 @@ distclean: clean
>   	rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp
>   	rm -f qemu-doc.vr
>   	rm -f config.log
> +	rm -f linux-headers/asm
>   	rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
>   	for d in $(TARGET_DIRS) $(QEMULIBS); do \
>   	rm -rf $$d || exit 1 ; \

      reply	other threads:[~2012-02-01 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01 18:50 [Qemu-devel] [PATCH] Makefile: Remove linux-headers/asm symlink on distclean Peter Maydell
2012-02-01 22:12 ` Anthony Liguori [this message]

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=4F29B8D1.2070202@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.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).