Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2016 16:11:30 +0300
From:      Andrey Chernov <ache@freebsd.org>
To:        current@freebsd.org
Subject:   'make depend' or 'make' bug on recent --current
Message-ID:  <092f5e98-dae8-dbc9-2a6e-7068b972278f@freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?092f5e98-dae8-dbc9-2a6e-7068b972278f>