From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: xen-devel@lists.xensource.com
Subject: [PATCH] Re: distclean failure
Date: Fri, 1 Aug 2008 15:18:20 +0100 [thread overview]
Message-ID: <20080801141820.GU4553@implementation.uk.xensource.com> (raw)
In-Reply-To: <200808011614.56245.Christoph.Egger@amd.com>
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
next prev parent reply other threads:[~2008-08-01 14:18 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 ` Samuel Thibault [this message]
2008-08-01 14:26 ` [PATCH] " Christoph Egger
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=20080801141820.GU4553@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=Christoph.Egger@amd.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.