From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 01:13:15 2008 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 5AC871065679 for ; Mon, 4 Aug 2008 01:13:15 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (oldagora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3978C8FC13 for ; Mon, 4 Aug 2008 01:13:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m741DEpU025602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 3 Aug 2008 18:13:14 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m741DEMG025601 for freebsd-questions@freebsd.org; Sun, 3 Aug 2008 18:13:14 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA00956; Sun, 3 Aug 08 18:07:59 PDT Date: Sun, 03 Aug 2008 18:08:29 -0700 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <4896568d.O9QvApzfav8WWois%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: building only part of the world 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: Mon, 04 Aug 2008 01:13:15 -0000 How would I go about building, not the entire world, but only a small part of it? If I just cd to the desired subdirectory and type "make -n" -- intending to find out what it would try to do -- I get a warning about not having changed the object directory. I suppose I'm supposed to type something along the lines of make -n OBJ= but what should I be setting OBJ to? An attempt to find(1) some of the expected output files, so as to discover where they are conventionally located, found nothing.