[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/firmware: pass PYTHON as an env var to sub-makes in this subtree
# HG changeset patch # User Christoph Egger <Christoph.Egger@xxxxxxx> # Date 1335349285 -3600 # Node ID 15f094c85c85fb769f72a48b9c5d924a8e455855 # Parent 8fd318f89728cc42f5ab9c1885dd39e04a1f3b11 tools/firmware: pass PYTHON as an env var to sub-makes in this subtree This fixes the Seabios build on platforms where just "python" is not correct, which includes NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 8fd318f89728 -r 15f094c85c85 tools/firmware/Makefile --- a/tools/firmware/Makefile Wed Apr 25 11:18:45 2012 +0100 +++ b/tools/firmware/Makefile Wed Apr 25 11:21:25 2012 +0100 @@ -32,7 +32,7 @@ ifeq ($(CONFIG_ROMBIOS),y) false ; \ fi endif - $(MAKE) subdirs-$@ + $(MAKE) PYTHON=$(PYTHON) subdirs-$@ .PHONY: install _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |