Date: Thu, 14 Feb 2002 00:29:03 +0000 From: Ceri <setantae@submonkey.net> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/34922: Developer's Handbook: more fixes for Tools chapter Message-ID: <E16b9ln-000BLO-00@rhadamanth.private.submonkey.net>
index | next in thread | raw e-mail
>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 <setantae@submonkey.net>
>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:
- <action> -> <maketarget>
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 @@
<para><command>make</command> will then only look at that target
and ignore any others. For example, if we type
<userinput>make foo</userinput> with the makefile above, make
- will ignore the <action>install</action> target.</para>
+ will ignore the <maketarget>install</maketarget> target.</para>
<para>If we just type <userinput>make</userinput> on its own,
make will always look at the first target and then stop
without looking at any others. So if we typed
<userinput>make</userinput> here, it will just go to the
- <action>foo</action> target, re-compile
+ <maketarget>foo</maketarget> target, re-compile
<filename>foo</filename> if necessary, and then stop without
- going on to the <action>install</action> target.</para>
+ going on to the <maketarget>install</maketarget> target.</para>
- <para>Notice that the <action>install</action> target does not
+ <para>Notice that the <maketarget>install</maketarget> 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 <userinput>make install</userinput>. 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16b9ln-000BLO-00>
