From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 12:11:05 2004 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 4A38D16A4CE for ; Thu, 5 Feb 2004 12:11:05 -0800 (PST) Received: from mail.callcds.com (ip-66-129-110-166.name-host.com [66.129.110.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2768A43D4C for ; Thu, 5 Feb 2004 12:10:58 -0800 (PST) (envelope-from tomt@callcds.com) Received: (qmail 11628 invoked from network); 5 Feb 2004 15:10:15 -0500 Received: from unknown (HELO mail.callcds.com) (127.0.0.1) by localhost.dns1.american-data.net with SMTP; 5 Feb 2004 15:10:15 -0500 Received: from 64.22.211.166 (SquirrelMail authenticated user tomt@callcds.com) by mail.callcds.com with HTTP; Thu, 5 Feb 2004 15:10:15 -0500 (EST) Message-ID: <2321.64.22.211.166.1076011815.squirrel@mail.callcds.com> Date: Thu, 5 Feb 2004 15:10:15 -0500 (EST) From: tomt@callcds.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Make BuildWorld options 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: Thu, 05 Feb 2004 20:11:05 -0000 I was reading this http://lists.freebsd.org/pipermail/freebsd-small/2003-December/000125.html And noticed that it talks about a make.conf for use with buildworld with options like NO_CVS= true # do not build CVS NO_CXX= true # do not build C++ and friends NO_BIND= true # do not build BIND NO_FORTRAN= true # do not build g77 and related libraries NO_GDB= true # do not build GDB Is there a list of these options anywhere that explains what each option does? I am trying to build a very minimal system using buildworld and everytime I try of these options I have to way the hour or so that buildworld takes to see if the option changed anything. I am trying to bring the size of the build down currently it is 172 mb. I would like to get it to 50mb or so. This system is for an embedded router, I am only using racoon, ipsec, ipfw, ssh, 2x ethernet cards on an freesbie type boot cd. Thanks Tom