From owner-freebsd-advocacy Mon Apr 29 10:44:14 2002 Delivered-To: freebsd-advocacy@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 73BFF37B417 for ; Mon, 29 Apr 2002 10:44:10 -0700 (PDT) Received: from mvaexch02.acuson.com ([157.226.230.209]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA6422; Mon, 29 Apr 2002 10:44:07 -0700 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Mon, 29 Apr 2002 10:40:32 -0700 Received: from there (dhcp-46-115.acuson.com [157.226.46.115]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JXB8P4H0; Mon, 29 Apr 2002 10:41:07 -0700 From: Johnson David To: Michal Pasternak , freebsd-advocacy@freebsd.org Content-Type: text/plain; charset="iso-8859-2" Organization: Acuson Subject: Re: 'make world' not so common Date: Mon, 29 Apr 2002 10:44:02 -0700 X-Mailer: KMail [version 1.3.2] References: <20020429144430.GA19741@lublin.t1.pl> In-Reply-To: <20020429144430.GA19741@lublin.t1.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020429174410.73BFF37B417@hub.freebsd.org> Sender: owner-freebsd-advocacy@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 29 April 2002 07:44 am, Micha³ Pasternak wrote: > what advantages (and disadvantages) does recompilation (so common thing in > *BSD world) has over binary packages (deb/rpm, for example) ? I have a fast machine, so it doesn't take that long to rebuild everything. If make buildworld took all night, I probably wouldn't do it. Same for ports. The big advantage for me is that I get to optimize my software for my machine. By default, all of the packages are built for generic i386 computers. But I am running a P4 at work and an Athlon at home. By using optimization in my make.conf, I end up with about a 15% speed improvement. You can't use optimization for the kernel, but you can for the rest of userland. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-advocacy" in the body of the message