xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/seabios: override $(PYTHON)
@ 2012-02-09 11:27 Christoph Egger
  2012-02-09 11:59 ` Ian Campbell
  0 siblings, 1 reply; 18+ messages in thread
From: Christoph Egger @ 2012-02-09 11:27 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

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


Pass PYTHON=$(PYTHON) to gmake when building seabios.
This fixes seabios build error
'python not found'
along with the patches from Kevin O'Connor.

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


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

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

diff -r f27d5c83b05e tools/firmware/Makefile
--- a/tools/firmware/Makefile	Mon Feb 06 14:12:36 2012 +0100
+++ b/tools/firmware/Makefile	Thu Feb 09 12:21:42 2012 +0100
@@ -25,7 +25,7 @@ all: seabios-dir
 	echo "==========================================================================="; \
 	false ; \
 	fi
-	$(MAKE) subdirs-$@; \
+	$(MAKE) PYTHON=$(PYTHON) subdirs-$@; \
 
 
 .PHONY: install

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

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

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

end of thread, other threads:[~2012-02-27 16:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 11:27 [PATCH] tools/seabios: override $(PYTHON) Christoph Egger
2012-02-09 11:59 ` Ian Campbell
2012-02-20 10:37   ` Christoph Egger
2012-02-21 11:33     ` Ian Campbell
2012-02-21 12:34       ` Ian Jackson
2012-02-21 13:43         ` Ian Campbell
2012-02-21 15:14           ` Ian Jackson
2012-02-21 15:18             ` Ian Campbell
2012-02-21 15:31               ` Ian Jackson
2012-02-21 16:17                 ` Ian Campbell
2012-02-22 11:53                   ` Ian Campbell
2012-02-22 11:58                     ` Ian Jackson
2012-02-22 12:14                       ` Ian Campbell
2012-02-22 12:33                     ` Christoph Egger
2012-02-27 16:14                       ` Ian Campbell
2012-02-21 13:30       ` Stefano Stabellini
2012-02-21 13:43         ` Ian Campbell
2012-02-20 18:41   ` 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).