Date: 27 May 2000 21:03:54 +0200 From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-stable@freebsd.org Subject: Re: major problems doing buildworld after cvsup in FreeBSD 4.0 Message-ID: <8gp66q$1n4u$1@bigeye.rhein-neckar.de> References: <392FEFF8.81DCE83E@ludd.luth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Joachim Strömbergson <watchman@ludd.luth.se> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8gp66q$1n4u$1>