You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/12/12 00:03:20 UTC

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

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 <bl...@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