]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r220556:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 Apr 2011 23:38:35 +0000 (23:38 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 Apr 2011 23:38:35 +0000 (23:38 +0000)
commit0623e1389ddf92f40718b85c367df4cd543afb43
treecb1c2c8e015e49b69c8c76f833812de73cb27197
parent9f549c7d100ea793636a9ed578cdabb4ca7f16ae
MFC r220556:

  If building (custom) FreeBSD images people tend to patch param.h.  In case
  this happens just before the build is started (within the same second)
  CHECK_TIME actually triggers thinking param.h is in the future (see f_Xtime,
  c_Xtime logi in find(1) sources for the details in !F_EXACTTIME case).
  Using the -mtime -0s (seconds, rather than no unit) avoids this 1s race.

git-svn-id: svn://svn.freebsd.org/base/stable/8@220734 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile