[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10227)
Aleksey Nogin
nogin at metaprl.org
Thu Mar 15 15:18:29 PDT 2007
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:
+2 -1 omake-branches/0.9.8.x/Makefile
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-03.html#07/03/15.15:18:29
More information about the OMake-CVS
mailing list