From: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp>
To: mattias.waldau@abc.se
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] make[1]: warning: Clock skew detected. Your build may be incomplete.
Date: Thu, 07 Sep 2006 09:23:58 +0900 (JST) [thread overview]
Message-ID: <20060907.092358.25842821.garrigue@math.nagoya-u.ac.jp> (raw)
In-Reply-To: <44FF033C.3040405@abc.se>
From: Mattias Waldau <mattias.waldau@abc.se>
> I use NTFS, and I do not think it is a hardware problem.
>
> I also tried telling make to use 2 threads, i.e. "make -j 2", and then
> the compilation fails after a while. Therefor, I think the most probably
> cause is that not all dependencies are included in the Makefile.
This is not really relevant. Many Makefiles include lines like
target: dep1 dep2 dep3
where dep1, dep2 and dep3 are supposed to be run in that order.
With -j, make will run them in parallel, which breaks this kind of
Makefile.
But without -j the build works correctly, so you cannot say that the
Makefile is wrong, just that it doesn't support -j. Whether you use an
SMP or not will not change that.
Jacques Garrigue
prev parent reply other threads:[~2006-09-07 0:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-06 13:36 Mattias Waldau
2006-09-06 15:15 ` [Caml-list] " skaller
2006-09-06 16:01 ` Igor Peshansky
2006-09-06 17:19 ` Mattias Waldau
2006-09-06 17:50 ` Equality/Hashtable for functions (inline help feature) Diego Olivier Fernandez Pons
2006-09-07 0:19 ` [Caml-list] " Jacques Garrigue
2006-09-07 10:31 ` Diego Olivier Fernandez Pons
2006-09-07 0:23 ` Jacques Garrigue [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060907.092358.25842821.garrigue@math.nagoya-u.ac.jp \
--to=garrigue@math.nagoya-u.ac.jp \
--cc=caml-list@inria.fr \
--cc=mattias.waldau@abc.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox