From 238a9af8c4d25b411cb22f06e43aba43bb5fe637 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 5 Oct 2008 08:08:33 +0000 Subject: [PATCH] - rework the blurb about NFS clock synchronisation; the configure test was removed by todd@ some time ago. - document the need for src/sys/dev/pci/pcidevs in the build process. --- README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README b/README index d23ed0c7d..d49aa4fdb 100644 --- a/README +++ b/README @@ -69,7 +69,10 @@ If you want to use another obj directory see below. Requirements A freshly checked out xenocara tree is buildable without any external -tool. However if you start modifying things in the automake build +tool. Only the xenocara and the src (currently only the +src/sys/dev/pci/pcidevs file) trees are needed. + +However if you start modifying things in the automake build system used by many packages, you will need to have the following GNU autotools packages installed: @@ -79,9 +82,8 @@ GNU autotools packages installed: - 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. +of your server and client are properly synchronised. Any significant +drift will cause various problems during builds. Path @@ -206,4 +208,4 @@ The core dump will be in /var/crash. See also -- -$OpenBSD: README,v 1.22 2008/03/13 20:34:19 matthieu Exp $ +$OpenBSD: README,v 1.23 2008/10/05 08:08:33 matthieu Exp $