/[make]/make/doc/make.texi
ViewVC logotype

Diff of /make/doc/make.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by psmith, Wed Feb 16 05:03:42 2005 UTC revision 1.25 by psmith, Mon Feb 28 07:48:23 2005 UTC
# Line 6750  and the resulting message is displayed, Line 6750  and the resulting message is displayed,
6750  continues.  continues.
6751    
6752  The result of the expansion of this function is the empty string.  The result of the expansion of this function is the empty string.
6753    
6754    @item $(info @var{text}@dots{})
6755    @findex info
6756    @cindex printing messages
6757    This function does nothing more than print its (expanded) argument(s)
6758    to standard output.  No makefile name or line number is added.  The
6759    result of the expansion of this function is the empty string.
6760  @end table  @end table
6761    
6762  @node Running, Implicit Rules, Functions, Top  @node Running, Implicit Rules, Functions, Top
# Line 7366  other jobs running and the load average Line 7373  other jobs running and the load average
7373  floating-point number).  With no argument, removes a previous load  floating-point number).  With no argument, removes a previous load
7374  limit.  @xref{Parallel, ,Parallel Execution}.  limit.  @xref{Parallel, ,Parallel Execution}.
7375    
7376    @item -L
7377    @cindex @code{-L}
7378    @itemx --check-symlink-times
7379    @cindex @code{--check-symlink-times}
7380    On systems that support symbolic links, this option causes @code{make}
7381    to consider the timestamps on any symbolic links in addition to the
7382    timestamp on the file referenced by those links.  When this option is
7383    provided, the most recent timestamp among the file and the symbolic
7384    links is taken as the modification time for this target file.
7385    
7386  @item -n  @item -n
7387  @cindex @code{-n}  @cindex @code{-n}
7388  @itemx --just-print  @itemx --just-print

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26