From mboxrd@z Thu Jan 1 00:00:00 1970 From: Horms Subject: [PATCH 6/11] build: Document the use of XEN_PYTHON_NATIVE_INSTALL Date: Mon, 10 Apr 2006 11:29:44 +0900 Message-ID: <20060410022944.15477.5367.sendpatchset@tabatha.lab.ultramonkey.org> References: <20060410022914.15477.13677.sendpatchset@tabatha.lab.ultramonkey.org> Return-path: In-Reply-To: <20060410022914.15477.13677.sendpatchset@tabatha.lab.ultramonkey.org> 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 Cc: Magnus Damm , Horms List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Horms # Node ID a1cc586bceb80bee9a01ee4bf10bca6cb65c53e8 # Parent 91cb0f2b5b6fd6e74abaeb3cf7d80e399ddaaff5 build: Document the use of XEN_PYTHON_NATIVE_INSTALL Document the use of the XEN_PYTHON_NATIVE_INSTALL environment variable Signed-Off-By: Horms diff -r 91cb0f2b5b6f -r a1cc586bceb8 Makefile --- a/Makefile Thu Mar 30 15:13:48 2006 +0900 +++ b/Makefile Thu Mar 30 15:13:50 2006 +0900 @@ -165,6 +165,13 @@ help: @echo ' sparse trees' @echo ' uninstall - attempt to remove installed Xen tools' @echo ' (use with extreme care!)' + @echo + @echo 'Environment:' + @echo ' XEN_PYTHON_NATIVE_INSTALL=y' + @echo ' - native python install or dist' + @echo ' install into prefix/lib/python' + @echo ' instead of /lib/python' + @echo ' true if set to non-empty value, false otherwise' # Use this target with extreme care! .PHONY: uninstall -- Horms