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

Re: Help regarding custom makefile

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: Mon, 11 Aug 2008 09:03:36 +0200

On 2008-08-11 10:11:52, Kapil Aditani wrote:
> I am new to SVN and have installed it few days back only. I want to
> use custom make file which uses some PATH variables to be present in
> environment. Before this I was using cvs whose directory structure was
> directly visible. Can you suggest me how to set these environment
> variable so that my custom makefile should be able toread from svn
> repository.

If you're going to compile it on a Unixy OS, you can probably do
something like

  $ PATH=your:new:path ./configure --foo --bar
  $ PATH=your:new:path make
  $ PATH=your:new:path make install

if you're using bash(1). It's untested, but it should execute the
command with your new PATH defined. If you're compiling for MS Windows
(I see you're using MS Outlook), I'm sorry to say I haven't got the
faintest clue.

Øyvind

+-| Øyvind A. Holm <sunny_at_sunbase.org> - N 60.39548° E 5.31735° |-+
| OpenPGP: 0xFB0CBEE894A506E5 - http://www.sunbase.org/pubkey.asc |
| Fingerprint: A006 05D6 E676 B319 55E2 E77E FB0C BEE8 94A5 06E5 |
+------------| 5678e772-6772-11dd-a5a5-000475e441b9 |-------------+

Received on 2008-08-11 09:04:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.