[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #61226] A regression prevents generation of missing included de
From: |
Dmitry Goncharov |
Subject: |
Re: [bug #61226] A regression prevents generation of missing included dependency files. |
Date: |
Mon, 25 Oct 2021 13:26:07 -0400 |
On Mon, Oct 25, 2021 at 6:12 AM Edward Welbourne <edward.welbourne@qt.io> wrote:
> Surely that would solve your problem, without invasive surgery in GNU
> make, or special-case handling of .d files anywhere but your make file ?
Actually, my makefiles do not suffer from this. i use the technique
described here
https://github.com/dgoncharov/fun/blob/master/autodeps/include_as_part_of_the_dag,
which avoids including .d files.
makefiles which include .d files suffer.
regards, Dmitry
- Re: [bug #61226] A regression prevents generation of missing included dependency files., (continued)
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Edward Welbourne, 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Paul Smith, 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Alejandro Colomar (man-pages), 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Paul Smith, 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Alejandro Colomar (man-pages), 2021/10/26
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Alejandro Colomar (man-pages), 2021/10/26
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/25
- Re: [bug #61226] A regression prevents generation of missing included dependency files.,
Dmitry Goncharov <=