xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix build error with seabios
@ 2012-04-13 14:23 Christoph Egger
  2012-04-24 17:18 ` Ian Jackson
  0 siblings, 1 reply; 13+ messages in thread
From: Christoph Egger @ 2012-04-13 14:23 UTC (permalink / raw)
  To: xen-devel@lists.xen.org

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]


Pass PYTHON down to seabios, so seabios will
use same python binary as whole xen tree does.
Fixes build error on NetBSD.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

[-- Attachment #2: xen_build_seabios.diff --]
[-- Type: text/plain, Size: 316 bytes --]

diff -r ab552da976a3 tools/firmware/Makefile
--- a/tools/firmware/Makefile	Wed Apr 11 18:28:33 2012 +0200
+++ b/tools/firmware/Makefile	Fri Apr 13 16:22:23 2012 +0200
@@ -32,7 +32,7 @@ ifeq ($(CONFIG_ROMBIOS),y)
 	false ; \
 	fi
 endif
-	$(MAKE) subdirs-$@
+	$(MAKE) PYTHON=$(PYTHON) subdirs-$@
 
 
 .PHONY: install

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-04-25 10:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 14:23 [PATCH] fix build error with seabios Christoph Egger
2012-04-24 17:18 ` Ian Jackson
2012-04-25  8:07   ` Ian Campbell
2012-04-25  8:43     ` Christoph Egger
2012-04-25  8:52       ` Ian Campbell
2012-04-25  9:10         ` Christoph Egger
2012-04-25  9:13           ` Christoph Egger
2012-04-25  9:18             ` Christoph Egger
2012-04-25  9:20             ` Ian Campbell
2012-04-25  9:52               ` Christoph Egger
2012-04-25  9:16           ` Ian Campbell
2012-04-25  9:21             ` Christoph Egger
2012-04-25 10:23     ` Ian Jackson

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).