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

Re: svn commit: r17818 - trunk

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2005-12-17 11:59:17 CET

-----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

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.