]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't ever build files depending on the directory where they are placed in.
authorAndrey A. Chernov <ache@FreeBSD.org>
Tue, 24 Jul 2012 16:03:28 +0000 (16:03 +0000)
committerAndrey A. Chernov <ache@FreeBSD.org>
Tue, 24 Jul 2012 16:03:28 +0000 (16:03 +0000)
commit7066cac012831033ca44608c0325bb44baaf5ba6
tree8db6b581f7b89cdca3be1a3f08c3f78364b1f0d3
parent6d4c4b3fde307d841e348ccd3457f356deb6f3a1
Don't ever build files depending on the directory where they are placed in.
It is obvious that its modification time will change with each such file
builded.
This bug cause whole libelf to rebuild itself each second make run
(and relink that files on each first make run) in the loop.
lib/libelf/Makefile