From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools/seabios: override $(PYTHON) Date: Thu, 9 Feb 2012 12:27:57 +0100 Message-ID: <4F33ADBD.5080502@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040906010209040104030605" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------040906010209040104030605 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit 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 -- ---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 --------------040906010209040104030605 Content-Type: text/plain; name="xen_tools_seabios.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_seabios.diff" Content-Description: xen_tools_seabios.diff 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 --------------040906010209040104030605 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------040906010209040104030605--