From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 21:39:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AB021065672 for ; Tue, 19 Apr 2011 21:39:29 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from mail940c35.nsolutionszone.com (mail940c35.nsolutionszone.com [209.235.152.130]) by mx1.freebsd.org (Postfix) with ESMTP id 04D628FC16 for ; Tue, 19 Apr 2011 21:39:28 +0000 (UTC) X-Authenticated-User: mnorwick.centurytel.net Received: from [192.168.1.21] (174-124-40-201.dyn.centurytel.net [174.124.40.201]) (authenticated bits=0) by mail940c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id p3JLdPB8013751 for ; Tue, 19 Apr 2011 21:39:27 GMT Message-ID: <4DADBA9E.8070402@centurytel.net> Date: Tue, 19 Apr 2011 16:38:54 +0000 From: "Michael D. Norwick" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110408 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=4JSZwFbTLKO36TlkcVUHJUs4fiAFncqPKy8bWJ9Udmc= c=1 sm=1 a=9dbVxmVYL3YA:10 a=3WPTVEtZbjMA:10 a=8nJEP1OIZ-IA:10 a=DdGbPI0R7PnZIep1j1DHgw==:17 a=J_2Nk-bqsK9gQ-CMdlAA:9 a=pPojImxnr50KlFQ2ELsA:7 a=wPNLvfGTeEIA:10 a=DdGbPI0R7PnZIep1j1DHgw==:117 Subject: make all vs buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 21:39:29 -0000 Good Day; Can someone tell me what the difference between using /usr/src#>make buildworld vs /usr/src/#>make all. I know that FreeBSD uses make buildkernel and make buildworld to routinely build the kernel and userland. Yet, I had an issue with a recent buildworld (after buildkernel). It error'd out building a kerberos5 library and I lost patience trying to figure it out. I tried /usr/src#>make all and the build went to completion without error. What would I hurt if I then did /usr/src/#>make install? [michael@rainey /usr/home/michael]$ uname -a FreeBSD rainey 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sun Apr 17 21:23:21 UTC 2011 michael@rainey:/usr/obj/usr/src/sys/KERNEL_041811 amd64 Thank You, michael