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

RE: db-test.c error

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 6 Aug 2009 13:27:15 +0300 (Jerusalem Daylight Time)

Bert Huijben wrote on Thu, 6 Aug 2009 at 10:36 +0200:
> > -----Original Message-----
> > From: Edmund Wong [mailto:ed_at_kdtc.net]
> >
> > e) Changed the parameters in the Makefile.Pub to reflect
> > my setup. (To Danielsh: one tee command had a full path
> > to the tee.exe mentioned, the other tee command didn't.
> > I changed the c:\misc\bin\tee.exe to tee.exe.)

Fixed, thanks.

> > h) Ran nmake /F makefile.pub all2 (for the tests)

(The 'all2' target builds the binaries of the C tests.)

> If you use VS, why do you use the make files?
>

Because these two commands:

>>> gen-make.py -t vcproj --vsnet-version=2008 ....
>>> msbuild.exe subversion_vcnet.sln /t:__ALL_TESTS__ /p:Configuration=Release

are very long. Being able to type just

    make config
    make all2

saves time.

Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380770
Received on 2009-08-06 12:27:36 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.