All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: xen-devel@lists.xensource.com
Cc: Samuel Thibault <samuel.thibault@eu.citrix.com>
Subject: Re: [PATCH] Re: distclean failure
Date: Fri, 1 Aug 2008 16:26:33 +0200	[thread overview]
Message-ID: <200808011626.33915.Christoph.Egger@amd.com> (raw)
In-Reply-To: <20080801141820.GU4553@implementation.uk.xensource.com>

On Friday 01 August 2008 16:18:20 Samuel Thibault wrote:
> Christoph Egger, le Fri 01 Aug 2008 16:14:56 +0200, a écrit :
> > gmake: *** libxc: No such file or directory.  Stop.
>
> Ah, right.
>
> Samuel
>
>
> stubdom: fix clean target after distclean
>
> Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
>
> diff -r 3dedb6209991 stubdom/Makefile
> --- a/stubdom/Makefile	Fri Aug 01 12:18:02 2008 +0100
> +++ b/stubdom/Makefile	Fri Aug 01 15:17:46 2008 +0100
> @@ -321,8 +321,8 @@ clean:
>  	$(MAKE) -C caml clean
>  	$(MAKE) -C c clean
>  	$(MAKE) -C grub clean
> -	$(MAKE) -C libxc clean
> -	$(MAKE) -C ioemu clean
> +	[ ! -d libxc ] || $(MAKE) -C libxc clean
> +	[ ! -d ioemu ] || $(MAKE) -C ioemu clean
>
>  # clean the cross-compilation result
>  .PHONY: crossclean

Yes, this patch works. Tnx.

Christoph


-- 
AMD Saxony, Dresden, Germany
Operating System Research Center

Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
   Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
   AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
   Dr. Hans-R. Deppe, Thomas McCoy

  reply	other threads:[~2008-08-01 14:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-01 14:14 distclean failure Christoph Egger
2008-08-01 14:18 ` [PATCH] " Samuel Thibault
2008-08-01 14:26   ` Christoph Egger [this message]
2008-08-01 14:36     ` Christoph Egger
2008-08-01 14:38       ` Keir Fraser
2008-08-01 20:27   ` Jeremy Fitzhardinge
2008-08-01 20:36     ` Samuel Thibault
2008-08-01 20:40       ` Jeremy Fitzhardinge
2008-08-01 20:42         ` Samuel Thibault
2008-08-01 20:55           ` Jeremy Fitzhardinge

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=200808011626.33915.Christoph.Egger@amd.com \
    --to=christoph.egger@amd.com \
    --cc=samuel.thibault@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.