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

Re: svn commit: r1378043 - /subversion/trunk/build.conf

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 29 Aug 2012 19:58:23 +0100

Thanks!

brane_at_apache.org wrote on Tue, Aug 28, 2012 at 09:46:06 -0000:
> Author: brane
> Date: Tue Aug 28 09:46:05 2012
> New Revision: 1378043
>
> URL: http://svn.apache.org/viewvc?rev=1378043&view=rev
> Log:
> * build.conf: Attempt do document target declaration parameters.
>
> Modified:
> subversion/trunk/build.conf
>
> Modified: subversion/trunk/build.conf
> URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1378043&r1=1378042&r2=1378043&view=diff
> ==============================================================================
> --- subversion/trunk/build.conf (original)
> +++ subversion/trunk/build.conf Tue Aug 28 09:46:05 2012
> @@ -83,6 +83,27 @@ swig-checkout-files = common.swg swigrun
> #
> # BUILD TARGETS
> #
> +# Target parameters:
> +# description - optional build target description
> +# type - the target type, defines how to build it
> +# when - the name of an autoconf-substed variable that muset be
> +# defined to either "true" or "false", that determines
> +# whether this target should be built and installed.
> +# path - relative path to target sources
> +# sources - explicit list of target sources
> +# install - the installation group/type
> +# manpages - the man pages associated with this target
> +# libs - libraries that this target depends on
> +# nonlibs - dependencies that are not linked into the target
> +# lang - bindings for language $(lang)
> +# msvc-libs - additional libraries to link with on Windows
> +# msvc-export - additional list of files to expose in dsp/vc(x)proj
> +# msvc-static - visual studio target produces only a static lib
> +# add-deps - expands to additional autoconf-defined dependencies
> +# add-install-deps - like add-deps, but for the install step
> +# external-lib - expands to additional autoconf-defined libs
> +# external-project - visual studio project to depend on
> +#
>
> # The subversion command-line client
> [svn]
>
>
Received on 2012-08-29 20:59:03 CEST

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.