]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Top level): Removed erroneous spaces. Documented
authorTom Tromey <tromey@redhat.com>
Thu, 31 May 2001 17:32:55 +0000 (17:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 31 May 2001 17:32:55 +0000 (17:32 +0000)
MAKE and MAKEFLAGS.

ChangeLog
automake.texi
stamp-vti
version.texi

index 766c06a80b0e8c70de4a29dbb2a274e02aa73973..64d3590461fb99ed2d7596c26b206618e3dd25a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-31  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Top level): Removed erroneous spaces.  Documented
+       MAKE and MAKEFLAGS.
+
 2001-05-29  Tom Tromey  <tromey@redhat.com>
 
        * m4/init.m4 (AM_INIT_AUTOMAKE): Allow any AM_*FLAGS variable.
index 29a07f3aa0a3262026d22ec513ccccfcacd393df..d17ea7fda0258f19a3716139d503e8d4ded99af8 100644 (file)
@@ -1453,7 +1453,7 @@ SUBDIRS = @@MY_SUBDIRS@@
 Then in your @file{configure.in} you can specify:
 
 @example
-MY_SUBDIRS = "src doc lib po"
+MY_SUBDIRS="src doc lib po"
 AC_SUBST(MY_SUBDIRS)
 @end example
 
@@ -1470,7 +1470,13 @@ Although the @code{SUBDIRS} macro can contain configure substitutions
 contents of this variable.
 
 If @code{SUBDIRS} is defined, then your @file{configure.in} must include
-@code{AC_PROG_MAKE_SET}.
+@code{AC_PROG_MAKE_SET}.  When Automake invokes @code{make} in a
+subdirectory, it uses the value of the @code{MAKE} variable.  It passes
+the value of the variable @code{AM_MAKEFLAGS} to the @code{make}
+invocation; this can be set in @file{Makefile.am} if there are flags you
+must always pass to @code{make}.
+@vindex MAKE
+@vindex MAKEFLAGS
 
 The use of @code{SUBDIRS} is not restricted to just the top-level
 @file{Makefile.am}.  Automake can be used to construct packages of
@@ -1480,7 +1486,8 @@ By default, Automake generates @file{Makefiles} which work depth-first
 (@samp{postfix}).  However, it is possible to change this ordering.  You
 can do this by putting @samp{.} into @code{SUBDIRS}.  For instance,
 putting @samp{.}  first will cause a @samp{prefix} ordering of
-directories.
+directories.  All @samp{clean} targets are run in reverse order of build
+targets.
 
 Sometimes, such as when running @code{make dist}, you want all possible
 subdirectories to be examined.  In this case Automake will use
index bea77afad46206f477db175a21d719c78c0bba40..88e09f5bb3ebfe4ab53c68976a248135206a4ce2 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 29 May 2001
+@set UPDATED 31 May 2001
 @set UPDATED-MONTH May 2001
 @set EDITION 1.4g
 @set VERSION 1.4g
index bea77afad46206f477db175a21d719c78c0bba40..88e09f5bb3ebfe4ab53c68976a248135206a4ce2 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 29 May 2001
+@set UPDATED 31 May 2001
 @set UPDATED-MONTH May 2001
 @set EDITION 1.4g
 @set VERSION 1.4g
This page took 0.037438 seconds and 5 git commands to generate.