[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature Request: Improved cross-directory builds (intermediate file
From: |
Jack Kelly |
Subject: |
Re: Feature Request: Improved cross-directory builds (intermediate files) |
Date: |
Sat, 12 Sep 2009 17:13:46 +1000 |
On Sat, Sep 12, 2009 at 5:09 AM, Bollinger, John C
<address@hidden> wrote:
> Hi,
>
> So color me embarrassed: the ‘subdir-objects’ Automake option appears to do
> what I want, more or less(*). Inasmuch as it is particularly relevant
> there, perhaps a mention of it could be added to section 7.3 of the manual?
>
> (*) “More or less” because with Automake 1.11 it yielded Makefiles
> containing many lines of the form
> include src/$(DEPDIR)/foo.Po
> These files did not (yet) exist, so make completely rejected the file.
> Automake stopped emitting these when I removed the ‘subdir-objects’ option,
> and started again when I put it back. In the end I added the
> ‘no-dependencies’ option as well; this suppressed the include lines, but of
> course also disabled dependency tracking.
I think config.status creates empty .Po files, which get replaced with
real dependency information as a side-effect of compilation. What
happens if you run `./config.status depfiles' and then `make'?
-- Jack
- Feature Request: Improved cross-directory builds (intermediate files), Bollinger, John C, 2009/09/12
- RE: Feature Request: Improved cross-directory builds (intermediate files), Bollinger, John C, 2009/09/12
- Re: Feature Request: Improved cross-directory builds (intermediate files), Ralf Wildenhues, 2009/09/12
- RE: Feature Request: Improved cross-directory builds (intermediate files), Bollinger, John C, 2009/09/15
- Re: Feature Request: Improved cross-directory builds (intermediate files), Ralf Wildenhues, 2009/09/15
- RE: Feature Request: Improved cross-directory builds (intermediate files), Bollinger, John C, 2009/09/15
- Re: Feature Request: Improved cross-directory builds (intermediate files), Ralf Wildenhues, 2009/09/21
- Re: Feature Request: Improved cross-directory builds (intermediate files), Jack Kelly, 2009/09/15
Re: Feature Request: Improved cross-directory builds (intermediate files),
Jack Kelly <=