'make depend' or 'make' bug on recent --current

From: Andrey Chernov <ache_at_freebsd.org>
Date: Wed, 1 Jun 2016 16:11:30 +0300
Steps to reproduce:

cd /usr/src/lib/libc/stdlib
touch *div*.c
cd ..
make depend
make

And see how imaxdiv.o only is recompiled.
No div.o ldiv.o lldiv.o are recompiled.

P.S. new make depend is simple disgusting. It tends to recompile
everything in the system if some minor header file is touched, but
completely forget to recompile source code changes. I suggest to back
out all AI in that area.
'make depend' is not time-consuming task and good old way never made
mistakes.
Received on Wed Jun 01 2016 - 11:11:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:05 UTC