From owner-freebsd-doc Wed Feb 13 16:30:22 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDEC437B416 for ; Wed, 13 Feb 2002 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1E0U1X22533; Wed, 13 Feb 2002 16:30:01 -0800 (PST) (envelope-from gnats) Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 58B4C37B416 for ; Wed, 13 Feb 2002 16:29:05 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16b9ln-0004JH-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Feb 2002 00:29:03 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.34 #1) id 16b9ln-000BLO-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Feb 2002 00:29:03 +0000 Message-Id: Date: Thu, 14 Feb 2002 00:29:03 +0000 From: Ceri Reply-To: Ceri To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/34922: Developer's Handbook: more fixes for Tools chapter Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34922 >Category: docs >Synopsis: Developer's Handbook: more fixes for Tools chapter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 16:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ceri >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD rhadamanth.private.submonkey.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Feb 12 17:56:57 GMT 2002 setantae@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386 >Description: - -> Ceri >How-To-Repeat: >Fix: --- doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml.old Thu Feb 14 00:22:51 2002 +++ doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml Thu Feb 14 00:24:33 2002 @@ -1133,17 +1133,17 @@ make will then only look at that target and ignore any others. For example, if we type make foo with the makefile above, make - will ignore the install target. + will ignore the install target. If we just type make on its own, make will always look at the first target and then stop without looking at any others. So if we typed make here, it will just go to the - foo target, re-compile + foo target, re-compile foo if necessary, and then stop without - going on to the install target. + going on to the install target. - Notice that the install target does not + Notice that the install target does not actually depend on anything! This means that the command on the following line is always executed when we try to make that target by typing make install. In this >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message