Comment 2 for bug 374303

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 374303] [NEW] VPATH builds broken

On Sun, 2009-05-10 at 01:58 +0000, Monty Taylor wrote:
> Robert Collins wrote:
> > Public bug reported:
> >
> > to reproduce:
> > take a new branch # [important!]
> > bzr branch lp:drizzle test
> > config/autorun.sh
> > mkdir ../build
> > cd ../build
> > ../test/configure
> > make
> > ...
> > "No target to make 'all'. Stop" in po
>
> Very Bizarre. I'm always doing vpath builds- although your assessment
> here makes sense. I wonder what I'm doing to _not_ hit his problem.

You're using a dir you've done a regular build in at some point, I
expect.

I worked around it doing
ln -s ../../build/po/POTFILES.in

-Rob