|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] tools: python portability fixes
Christoph Egger writes ("[PATCH] tools: python portability fixes"):
> Attached patch applies portability fixes for NetBSD:
Hi. As Keir says, I'm away, but:
> - remove useless get-path. It is a bash specific script which tries to
> gain information the build system already has.
> - make install-wrap work with bourne shell on NetBSD
> - pass `which $(PYTHON)` to install-wrap. It is safe to assume
> this always works because in case it doesn't the build system
> errors out very early in tools/check/check_python
Isn't the effect of this to stop substituting #!/usr/bin/python2.5 (or
whatever) for #!/usr/bin/python ? In which case it's wrong as I've
already explained.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|