From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 19:49:10 2003 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 591C137B401 for ; Thu, 19 Jun 2003 19:49:10 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9207F43FA3 for ; Thu, 19 Jun 2003 19:49:07 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h5K2lpXk011389; Thu, 19 Jun 2003 20:47:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h5K2lpjP011386; Thu, 19 Jun 2003 20:47:51 -0600 (MDT) Date: Thu, 19 Jun 2003 20:47:51 -0600 (MDT) From: Warren Block To: jle In-Reply-To: <20030619172200.B3916@baa.ssars.net> Message-ID: <20030619203318.M11339@wonkity.com> References: <20030619172200.B3916@baa.ssars.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Totally newbie - install problems 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: Fri, 20 Jun 2003 02:49:10 -0000 On Thu, 19 Jun 2003, jle wrote: > > The target is actually "depends" with the "s". > > > > But how is that different from 'make install clean'? > > *shrug* > make depend (without the 's') all install clean has always worked for me. Okay. The man page lists it with the extra s. > So I assume that depend makes dependencies and all makes all options. I've > never really cared what the targets do individually but that's what I use > to build ports, it always builds the dependencies and I've never had > any problems using it. Maybe it's redundant or superfluous but it works > for me. I just thought maybe there was some different functionality versus just the install target. Actually, I often split up the make, install, and clean steps in case it turns out I needed to use different build options. -Warren Block * Rapid City, South Dakota USA