From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 16:34:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40AFB37B401 for ; Sat, 16 Aug 2003 16:34:15 -0700 (PDT) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADFC43F75 for ; Sat, 16 Aug 2003 16:34:14 -0700 (PDT) (envelope-from geek@netcabo.pt) Received: from smtp.netcabo.pt ([192.168.16.49]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.5329); Sun, 17 Aug 2003 00:33:15 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6470.0 Date: Sun, 17 Aug 2003 00:33:15 +0100 Message-ID: <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Source update problems Thread-Index: AcNkTsPZ831LG/N4T6ej5BHcWwM2jA== From: "geek" To: X-OriginalArrivalTime: 16 Aug 2003 23:33:15.0706 (UTC) FILETIME=[C41E69A0:01C3644E] Subject: Source update problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 23:34:15 -0000 I have a problem to update my source! This is my supfile: SRCSUPFILE: *default host=3Dcvsup2.freebsd.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_4 *default delete use-rel-suffix *default compress src-all and my procediment was that: root# cvsup -g -L2 SRCSUPFILE root# make buildworld root# make buildkernel KERNCONF=3DMYKERNEL root# make installkernel KERNCONF=3DMYKERNEL root# make installworld root# mergemaster root# reboot i do "cvsup -g -L2 SRCSUPFILE" right, but when i make make buildworld = the answer was: make: don't know how to make buildworld. Stop! What can be ?