From owner-freebsd-questions Wed Nov 12 11:44:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01679 for questions-outgoing; Wed, 12 Nov 1997 11:44:53 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mongoose.cs.unm.edu (mongoose.cs.unm.edu [198.59.151.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA01654 for ; Wed, 12 Nov 1997 11:44:29 -0800 (PST) (envelope-from cfaehl@cs.unm.edu) Received: from enterprise.cs.unm.edu(really [198.59.151.20]) by mongoose.cs.unm.edu via smail with smtp id for ; Wed, 12 Nov 1997 12:42:57 -0700 (MST) (Smail-3.2 1996-Jul-4 #3 built 1997-Mar-7) Received: from avarice.cs.unm.edu(really [198.59.151.252]) by enterprise.cs.unm.edu via smail with esmtp id for ; Wed, 12 Nov 1997 12:42:56 -0700 (MST) (Smail-3.2 1996-Jul-4 #18 built 1997-Feb-28) Message-Id: X-Mailer: exmh version 2.0zeta 7/24/97 To: "Fiore, William" cc: questions@FreeBSD.ORG Subject: Re: After make world - what's next In-reply-to: Your message of "Wed, 12 Nov 1997 13:51:12 EST." <314E26C1801AD1119C3000805FD40926125C13@usilms05.cai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Nov 1997 12:42:54 -0700 From: "Chris Faehl" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Do I have to do a make install after make world? > > tia $bilfjr Read the handbook: 16.2.3 Using FreeBSD-stable . . . 4.Before compiling stable, read the Makefile in /usr/src carefully. . . . If you had done this, you would have known the answer to your question: # buildworld - rebuild *everything*, including glue to help do upgrades # installworld- install everything built by "buildworld" # world - buildworld + installworld -- Chris Faehl (cfaehl@cs.unm.edu)