From owner-freebsd-stable Sat May 27 12:31:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 4CEF537B537 for ; Sat, 27 May 2000 12:31:13 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12vmIg-0000kk-03; Sat, 27 May 2000 21:31:10 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id VAA56487 for freebsd-stable@freebsd.org; Sat, 27 May 2000 21:03:55 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: major problems doing buildworld after cvsup in FreeBSD 4.0 Date: 27 May 2000 21:03:54 +0200 Message-ID: <8gp66q$1n4u$1@bigeye.rhein-neckar.de> References: <392FEFF8.81DCE83E@ludd.luth.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joachim Strömbergson wrote: > I've got some major problems doing a "make buildworld" after updating > the source tree. [...] Szilveszter already pointed out the problem. Actually, you don't have to bother with the supfiles yourself. The provided examples are ready to use; anything you would want to change can be overridden from the command line. The easiest way for you would be to just add these lines to /etc/make.conf: SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -h cvsup.fi.freebsd.org SUPFILE= /usr/share/examples/cvsup/4.x-stable-supfile SUPFILE1= /usr/share/examples/cvsup/4.x-secure-stable-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile Then a # cd /usr/src; make update will perform a CVSup update of your source (and ports) tree. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message