diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:58:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 18:58:24 +0000 |
commit | d022c75db5273e78ad6909aa1e6d06984d3c212f (patch) | |
tree | 4c41c7f7a96c93260152955dce65a8038a988245 /README | |
parent | b390fe33dce6936841f9cd0a208cd9d47f7a1e35 (diff) |
Note the requirement for time synchronisation for NFS.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -79,6 +79,11 @@ GNU autotools packages installed: - metaauto 0.6 (or later) (devel/metaauto) - libtool 1.5.22 (or later) (devel/libtool) +If you have your source tree on an NFS partition, make sure the clock +of your server and client are properly synchronised. A test run by +configure will fail if the drift is more than one second. And larger +drifts will cause other problems during builds anyways. + Path To build Xenocara, you need to have /usr/X11R6/bin in your PATH. @@ -159,4 +164,4 @@ for more desperate cases, remove all files from XSRCDIR not in CVS: cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f -- -$OpenBSD: README,v 1.16 2007/04/07 16:07:41 matthieu Exp $ +$OpenBSD: README,v 1.17 2007/04/09 18:58:23 matthieu Exp $ |