From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] fix build error with seabios Date: Fri, 13 Apr 2012 16:23:05 +0200 Message-ID: <4F8836C9.9080502@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020300070809000102090609" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org --------------020300070809000102090609 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit 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 --------------020300070809000102090609 Content-Type: text/plain; charset="us-ascii"; name="xen_build_seabios.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_build_seabios.diff" Content-Description: xen_build_seabios.diff 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 --------------020300070809000102090609 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.xen.org http://lists.xen.org/xen-devel --------------020300070809000102090609--