[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] swig-dist-install.patch

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-12-12 01:03:20 CET

Brandon Ehle wrote:
>
> * Makefile.in:
> This adds the ability for package maintainers to provide a
> --prefix= command or for users to provide --home=~ if they don't
> have write permissions to lib/python2.2/site-packages.
>
> Index: Makefile.in
> ===================================================================
> --- Makefile.in (revision 4095)
> +++ Makefile.in (working copy)
> @@ -309,11 +309,11 @@
>
> swig-py-ext: swig-assert-available
> cd $(SWIG_BUILD_DIR)/python; \
> - $(PYTHON) $(PYTHON_DISTUTIL) build
> + $(PYTHON) $(PYTHON_DISTUTIL) build $(DISTUTIL_PARAM)
>
> install-swig-py-ext: swig-assert-available
> cd $(SWIG_BUILD_DIR)/python; \
> - $(PYTHON) $(PYTHON_DISTUTIL) install
> + $(PYTHON) $(PYTHON_DISTUTIL) install $(DISTUTIL_PARAM)

Where does DISTUTIL_PARAM get set? On the make command line?

How about adding some more documentation for this one.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 12 01:03:32 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.