From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] stubdom: fix make clean ; make
Date: Wed, 30 Jul 2008 17:39:13 +0100 [thread overview]
Message-ID: <20080730163913.GV4465@implementation.uk.xensource.com> (raw)
stubdom: fix make clean ; make
make should not have to regenerate the libxc and ioemu directories since
that is part of the mk-headers target. Use the subdirectory clean
targets instead to clean just the object files.
diff -r e355f9dce939 stubdom/Makefile
--- a/stubdom/Makefile Wed Jul 30 17:20:25 2008 +0100
+++ b/stubdom/Makefile Wed Jul 30 17:38:05 2008 +0100
@@ -321,7 +321,8 @@ clean:
$(MAKE) -C caml clean
$(MAKE) -C c clean
$(MAKE) -C grub clean
- rm -fr libxc ioemu mini-os include
+ $(MAKE) -C libxc clean
+ $(MAKE) -C ioemu clean
# clean the cross-compilation result
.PHONY: crossclean
@@ -329,6 +330,7 @@ crossclean: clean
rm -fr $(CROSS_ROOT)
rm -fr newlib-build
rm -fr zlib-$(ZLIB_VERSION) pciutils-$(LIBPCI_VERSION)
+ rm -fr libxc ioemu
rm -f mk-headers
# clean patched sources
reply other threads:[~2008-07-30 16:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080730163913.GV4465@implementation.uk.xensource.com \
--to=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.