From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] stubdom: fix build dependencies
Date: Fri, 18 Jul 2008 14:54:23 +0100 [thread overview]
Message-ID: <20080718135423.GP4456@implementation.uk.xensource.com> (raw)
stubdom: fix build dependencies
diff -r e80d27b6e206 stubdom/Makefile
--- a/stubdom/Makefile Fri Jul 18 14:34:49 2008 +0100
+++ b/stubdom/Makefile Fri Jul 18 14:55:25 2008 +0100
@@ -232,7 +232,7 @@
######
.PHONY: caml
-caml: cross-newlib
+caml: $(CROSS_ROOT)
CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ LWIPDIR=$(CURDIR)/lwip
###
@@ -240,7 +240,7 @@
###
.PHONY: c
-c: cross-newlib
+c: $(CROSS_ROOT)
CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ LWIPDIR=$(CURDIR)/lwip
######
@@ -258,7 +258,7 @@
done
.PHONY: grub
-grub: grub-upstream cross-newlib
+grub: grub-upstream $(CROSS_ROOT)
CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@
########
reply other threads:[~2008-07-18 13:54 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=20080718135423.GP4456@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.