Boost logo

Boost-Build :

Subject: [Boost-build] install last build executable
From: George Georgiev (george.georgiev.sf_at_[hidden])
Date: 2012-04-26 17:03:23


Hi,

I have two layer application. The second one is java and it forks the
first one. The java build process expects the executable to in a
particular location.

I use to do that

install dev_output : application
  :
    <location>dev_output
  ;

Unfortunately when I build more than one application at the same time
say debug and release jam complains for "Duplicate name of actual
target". Which is obviously correct, but what I need is just whatever
of the binaries to take precedence I do not care which one if they
both are going to be the latest version.

Ideas how I can do this?

Thanks,
George


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk