Andrew, since we discussed merging Farid's change out to 4.2,
I think it would be best to wait until the transient symlink
is in place.
Martin
Martin Sebor wrote:
> Since this change affects a user interface to the library I think
> we should provide a migration path for the transition to the new
> interface. I suggest we keep generate.bat but make it a symbolic
> link to configure.bat and deprecate it so that it can be removed
> in 4.3.
>
> Martin
>
> faridz@apache.org wrote:
>> Author: faridz
>> Date: Tue Sep 11 07:39:54 2007
>> New Revision: 574618
>>
>> URL: http://svn.apache.org/viewvc?rev=574618&view=rev
>> Log:
>> 2007-09-11 Farid Zaripov <Farid_Zaripov@epam.com>
>>
>> STDCXX-516
>> * generate.bat: File renamed ...
>> * configure.bat: ... to this.
>> README: "generate.bat" text replaced by "configure.bat".
>>
>> Added:
>> incubator/stdcxx/trunk/configure.bat
>> - copied unchanged from r574244,
>> incubator/stdcxx/trunk/generate.bat
>> Removed:
>> incubator/stdcxx/trunk/generate.bat
>> Modified:
>> incubator/stdcxx/trunk/README
>>
>> Modified: incubator/stdcxx/trunk/README
>> URL:
>> http://svn.apache.org/viewvc/incubator/stdcxx/trunk/README?rev=574618&r1=574617&r2=574618&view=diff
>>
>> ==============================================================================
>>
>> --- incubator/stdcxx/trunk/README (original)
>> +++ incubator/stdcxx/trunk/README Tue Sep 11 07:39:54 2007
>> @@ -495,15 +495,15 @@
>>
>> o > CD stdlib-X.Y.Z-YYYYMMDD\stdlib
>> > DIR /D # this is ${TOPDIR}
>> - GNUmakefile etc examples generate.bat include src tests
>> + GNUmakefile etc examples configure.bat include src tests
>>
>> If your distribution does not contain the test suite and/or the
>> examples, the output will look like so:
>>
>> > DIR /D # this is ${TOPDIR}
>> - GNUmakefile etc generate.bat include src
>> + GNUmakefile etc configure.bat include src
>>
>> - o > .\generate.bat [/BUILDDIR:<builddir>] [/CONFIG:<config>]
>> + o > .\configure.bat [/BUILDDIR:<builddir>] [/CONFIG:<config>]
>>
>> <builddir> is the pathname of the build directory where to create
>> the solution and projects; the directory will be
>> @@ -532,7 +532,7 @@
>> automatically.
>>
>> o Example:
>> - > generate.bat /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1
>> + > configure.bat /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1
>>
>> This command will create a build directory rooted at ${BUILDDIR},
>> the solution file ${BUILDDIR}\msvc-7.1\msvc-7.1.sln, the project
>>
>>
>
|