FreeBSD Bugzilla – Attachment 19670 Details for
Bug 34922
Developer's Handbook: more fixes for Tools chapter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
setantae
on 2002-02-14 00:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
setantae
Created:
2002-02-14 00:30:01 UTC
Size:
1.35 KB
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34922
: 19670