All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TOOLS] Use $(PYTHON) instead of python
@ 2009-07-09 14:33 Christoph Egger
  2009-07-09 14:41 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Egger @ 2009-07-09 14:33 UTC (permalink / raw)
  To: xen-devel

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


Hi!

Attached patch uses $(PYTHON) instead of python for
the xen-foreign headers.

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


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_include_python.diff --]
[-- Type: text/x-diff, Size: 855 bytes --]

diff -r 4b6e4bb7b7b4 tools/include/xen-foreign/Makefile
--- a/tools/include/xen-foreign/Makefile	Thu Jul 09 08:52:31 2009 +0100
+++ b/tools/include/xen-foreign/Makefile	Thu Jul 09 16:31:36 2009 +0200
@@ -23,13 +23,13 @@ check-headers: checker
 	rm tmp.size
 
 x86_32.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
-	python $< $* $@ $(filter %.h,$^)
+	$(PYTHON) $< $* $@ $(filter %.h,$^)
 
 x86_64.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
-	python $< $* $@ $(filter %.h,$^)
+	$(PYTHON) $< $* $@ $(filter %.h,$^)
 
 ia64.h: mkheader.py structs.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h
-	python $< $* $@ $(filter %.h,$^)
+	$(PYTHON) $< $* $@ $(filter %.h,$^)
 
 checker.c: mkchecker.py structs.py
-	python $< $@ $(architectures)
+	$(PYTHON) $< $@ $(architectures)

[-- 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] 2+ messages in thread

* Re: [PATCH][TOOLS] Use $(PYTHON) instead of python
  2009-07-09 14:33 [PATCH][TOOLS] Use $(PYTHON) instead of python Christoph Egger
@ 2009-07-09 14:41 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2009-07-09 14:41 UTC (permalink / raw)
  To: Christoph Egger; +Cc: xen-devel

Christoph Egger writes ("[Xen-devel] [PATCH][TOOLS] Use $(PYTHON) instead of python"):
> Attached patch uses $(PYTHON) instead of python for
> the xen-foreign headers.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Ian.

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

end of thread, other threads:[~2009-07-09 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 14:33 [PATCH][TOOLS] Use $(PYTHON) instead of python Christoph Egger
2009-07-09 14:41 ` Ian Jackson

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.