Author: hartmannathan
Date: Tue Mar 22 04:05:41 2022
New Revision: 1899118
URL: http://svn.apache.org/viewvc?rev=1899118&view=rev
Log:
Documentation: Reword 'clean-swig-py' step in building swig python bindings
* subversion/bindings/swig/INSTALL
(BUILDING SWIG BINDINGS FOR SVN ON UNIX Step 3-Python-1): Reword to
put the instruction first and explanation second, to improve clarity and
consistency with the other steps.
Modified:
subversion/trunk/subversion/bindings/swig/INSTALL
Modified: subversion/trunk/subversion/bindings/swig/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/INSTALL?rev=1899118&r1=1899117&r2=1899118&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/INSTALL (original)
+++ subversion/trunk/subversion/bindings/swig/INSTALL Tue Mar 22 04:05:41 2022
@@ -171,12 +171,11 @@ Step 3: Install Specific Language Bindi
* Python
- 1. (Optional) If you want to build Python bindings for a version of
- Python than other than that the prebuilt bindings C sources target
- (e.g., if you use the Subversion distribution tarball but want to build
- Python 2 bindings), run 'make clean-swig-py' from the top of the
- Subversion build tree, to ensure not to use incompatible version of
- bindings source files.
+ 1. (Optional) Run 'make clean-swig-py' from the top of the Subversion
+ build tree. This will clean any prebuilt or previously built bindings
+ to avoid a mixture of incompatible bindings source files (e.g., if you
+ use the Subversion distribution tarball but want to build Python 2
+ bindings).
2. Run 'make swig-py' from the top of the Subversion build tree,
to build the bindings.