Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-03-15 15:18:29 -0700 (Thu, 15 Mar 2007)
Revision: 10227
Log message:

      On machines that are very fast, boot/Makefile.dep would not be created
     correctly ("Makefile.dep: $(ALLFILES)" dependency would not mean much if
     $(ALLFILES) were created within 1 sec after the Makefile.dep was touched and
     the filesystem only keeps the time stamps with a 1-sec precision).
     
     Added a "sleep 1" to address this problem on Unix. It may remain on Windows,
     "fortunately", on Windows nmake is way too slow to his this.

Changes  Path
+2 -1 omake-branches/0.9.8.x/Makefile