chiark / gitweb /
Modification of a patch from Debian: eliminate the endless rebuilds
authorSimon Tatham <anakin@pobox.com>
Sun, 25 Apr 2010 14:57:21 +0000 (14:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 25 Apr 2010 14:57:21 +0000 (14:57 +0000)
commit36cee4e2796c23da15d3276e88416ad1ce035c4a
tree848d83b17c08942e7504f1cfb40f35b3ef94af9b
parent178f87a79ef2b1fe3b80a2eca2040ef4eb7f8a5f
Modification of a patch from Debian: eliminate the endless rebuilds
of basically unchanged binaries due to the compulsory rebuild of
version.o. version.o now depends normally on version2.def, which is
constructed using much the same if statements that version.o used to
use, except that it's not overwritten at all if its contents don't
need to change.

[originally from svn r8931]
Recipe