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

Diff of /autoconf/doc/autoconf.texi

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

revision 1.646 by akim, Fri Jul 19 10:16:34 2002 UTC revision 1.647 by kryde, Fri Jul 19 22:32:15 2002 UTC
# Line 10258  $ @kbd{make -f Makefile2} Line 10258  $ @kbd{make -f Makefile2}
10258  this is test  this is test
10259  @end example  @end example
10260    
10261    @item Trailing backslash in macro
10262    HP-UX 11.20 on IA-64 will read multiple newlines following a
10263    backslash, continuing to the next non-empty line.  For example,
10264    
10265    @example
10266    FOO = one \
10267    
10268    BAR = two
10269    
10270    test:
10271            : FOO is "$(FOO)"
10272            : BAR is "$(BAR)"
10273    @end example
10274    
10275    shows @code{FOO} equal to @code{one BAR = two}.  Other Makes sensibly
10276    let a backslash continue only to the immediately following line.
10277    
10278  @item @code{make macro=value} and sub-@command{make}s.  @item @code{make macro=value} and sub-@command{make}s.
10279    
10280  A command-line variable definition such as @code{foo=bar} overrides any  A command-line variable definition such as @code{foo=bar} overrides any

Legend:
Removed from v.1.646  
changed lines
  Added in v.1.647

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