[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recursive makefiles
From: |
Ludovic Courtès |
Subject: |
Re: Recursive makefiles |
Date: |
Thu, 29 Aug 2013 22:04:10 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Thu, Aug 29, 2013 at 12:21:47AM +0200, Ludovic Courtès wrote:
>> Hmm, there was no Makefile in doc/, so how could “cd doc; make pdf” work?
>
> Sorry, indeed, it did not work of course. "make doc/guix.pdf".
>
>> With that, “make pdf” at the top level creates doc/guix.pdf, and leaves
>> no intermediate files at all at the top level.
>>
>> Is it an acceptable solution for you (provided the bug above is fixed
>> nicely)? If so, I’ll prepare a patch.
>
> That sounds very good, thanks!
I just did that in commit a9424c0 (already pushed). I think it does
the right thing, but if it doesn’t, let’s discuss it. :-)
Ludo’.