/[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.650 by adl, Tue Jul 23 19:57:09 2002 UTC revision 1.651 by kryde, Wed Jul 24 00:38:49 2002 UTC
# Line 10292  one: Line 10292  one:
10292          $(MAKE) two          $(MAKE) two
10293  two:  two:
10294          @@echo $(foo)          @@echo $(foo)
10295  % @kbd{make foo=bar}            # GNU make 3.79.1  % @kbd{make foo=bar}            # GNU make 3.79.1
10296  bar  bar
10297  make two  make two
10298  make[1]: Entering directory `/home/adl'  make[1]: Entering directory `/home/adl'
10299  bar  bar
10300  make[1]: Leaving directory `/home/adl'  make[1]: Leaving directory `/home/adl'
10301  % @kbd{pmake foo=bar}           # BSD make  % @kbd{pmake foo=bar}           # BSD make
10302  bar  bar
10303  pmake two  pmake two
10304  foo  foo
# Line 13442  following: Line 13442  following:
13442  subdir = tests  subdir = tests
13443    
13444  atconfig: $(top_builddir)/config.status  atconfig: $(top_builddir)/config.status
13445          cd $(top_builddir) && \          cd $(top_builddir) && \
13446             $(SHELL) ./config.status $(subdir)/$@             $(SHELL) ./config.status $(subdir)/$@
13447    
13448  atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status  atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
13449          cd $(top_builddir) && \          cd $(top_builddir) && \
13450             $(SHELL) ./config.status $(subdir)/$@             $(SHELL) ./config.status $(subdir)/$@
13451  @end example  @end example
13452    

Legend:
Removed from v.1.650  
changed lines
  Added in v.1.651

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