[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #61226] A regression prevents generation of missing included de
From: |
Edward Welbourne |
Subject: |
Re: [bug #61226] A regression prevents generation of missing included dependency files. |
Date: |
Mon, 25 Oct 2021 10:11:57 +0000 |
Dmitry Goncharov (17 October 2021 18:33) wrote:
> i think, make should not print a warning when a .d file is missing. make
> should proceed and create the missing file. However, when .d is present, but
> make cannot include it, then make should print an error and stop.
Given that I always generated .d files as side-effects of generating .o
files, a missing .d file always meant the .o was missing, so my make
files didn't need to know what the .o file depended on, aside from its
primary source file, so I just used
include $(wildcard $(OBJECTS:%.o=%.d))
Surely that would solve your problem, without invasive surgery in GNU
make, or special-case handling of .d files anywhere but your make file ?
Eddy.
- [bug #61226] A regression prevents generation of missing included dependency files., Paul D. Smith, 2021/10/02
- [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/03
- [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/03
- [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/03
- [bug #61226] A regression prevents generation of missing included dependency files., Paul D. Smith, 2021/10/17
- [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/17
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Britton Kerin, 2021/10/17
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Dmitry Goncharov, 2021/10/17
- Re: [bug #61226] A regression prevents generation of missing included dependency files., Britton Kerin, 2021/10/17
- 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.,
Edward Welbourne <=
- 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, 2021/10/25