Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2011 23:38:35 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile
Message-ID:  <201104162340.p3GNepb8052347@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-16 23:38:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    .                    Makefile 
  Log:
  SVN rev 220734 on 2011-04-16 23:38:35Z by bz
  
  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.
  
  Revision   Changes    Path
  1.358.2.8  +1 -1      src/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104162340.p3GNepb8052347>