All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH] tools/seabios: override $(PYTHON)
Date: Thu, 9 Feb 2012 12:27:57 +0100	[thread overview]
Message-ID: <4F33ADBD.5080502@amd.com> (raw)

[-- 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

             reply	other threads:[~2012-02-09 11:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 11:27 Christoph Egger [this message]
2012-02-09 11:59 ` [PATCH] tools/seabios: override $(PYTHON) 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

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=4F33ADBD.5080502@amd.com \
    --to=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.