-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
djames@tigris.org wrote:
> Author: djames
> Date: Sat Dec 17 00:17:29 2005
> New Revision: 17818
>
> Modified:
> trunk/Makefile.in
>
> Log:
> * Makefile.in: Copy SWIG/Perl source files from the source directory to the
You aren't copying them, you are symlinking them.
> build directory when we are building the Perl bindings in a VPATH setup.
>
> Found by: philip
> jaa
> Thread: http://svn.haxx.se/dev/archive-2005-12/0694.shtml
>
>
>
> Modified: trunk/Makefile.in
> Url: http://svn.collab.net/viewcvs/svn/trunk/Makefile.in?rev=17818&p1=trunk/Makefile.in&p2=trunk/Makefile.in&r1=17817&r2=17818
> ==============================================================================
> --- trunk/Makefile.in (original)
> +++ trunk/Makefile.in Sat Dec 17 00:17:29 2005
> @@ -623,6 +623,9 @@
> libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \
> $(SWIG_PL_DIR)/native/Makefile
> swig-pl: $(swig-pl_DEPS)
> + if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \
> + ln -sf $(SWIG_PL_SRC_DIR)/native/*.c $(SWIG_PL_DIR)/native; \
> + fi
> cd $(SWIG_PL_DIR)/native; $(MAKE)
Max.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
iD8DBQFDo++FfFNSmcDyxYARAiL4AKDMaolVOoVOG5TlPGfBRd+1Vj0X6QCfV0Li
eUL5KKj3Mb/T4zNpcm2nQW4=
=iBDH
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 17 11:59:54 2005