]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Indent rule commands consistently with a TAB.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 08:48:11 +0000 (10:48 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 08:55:26 +0000 (10:55 +0200)
* lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
spaces, for indentation of commands, even if indentation may not
be needed at all.
* lib/am/texinfos.am (install-info-am): Likewise.
* THANKS: Update.
Prompted by report from John Calcote.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/Makefile.in
lib/Automake/tests/Makefile.in
lib/am/check.am
lib/am/texinfos.am
tests/Makefile.in

index b02b17062b442674e794d0f9c15b3c3e11df41eb..83dc74084f01d4d905c9d5a82d0b35c31981df79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Indent rule commands consistently with a TAB.
+       * lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
+       spaces, for indentation of commands, even if indentation may not
+       be needed at all.
+       * lib/am/texinfos.am (install-info-am): Likewise.
+       * THANKS: Update.
+       Prompted by report from John Calcote.
+
        parallel-tests: fix recheck* targets for non-GNU make.
        * lib/am/check.am (recheck recheck-html): Override AM_MAKEFLAGS
        to portably transport the TEST_LOGS settings through the
diff --git a/THANKS b/THANKS
index ac3255f032f87bf05fb8e2afabaea7ee82c73bd2..2017bcb107d28efaca45567b3757ac2fbe6550b8 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -155,6 +155,7 @@ Joerg-Martin Schwarz        jms@jms.prima.ruhr.de
 Johan Dahlin           jdahlin@async.com.br
 Johan Danielsson       joda@pdc.kth.se
 Johannes Nicolai       johannes.nicolai@student.hpi.uni-potsdam.de
+John Calcote           john.calcote@gmail.com
 John F Trudeau         JohnTrudeau@firsthealth.com
 John Pierce            hawkfan@pyrotechnics.com
 John Ratliff           autoconf@technoplaza.net
index 8495fd18cca87c249662a8e07780f17ab1a95938..189cdfbbfa89f7c22442a426a1af3d6a979643ee 100644 (file)
@@ -688,7 +688,7 @@ install-info-am: $(INFO_DEPS)
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
-                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
+                      $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
            if test -f $$ifile; then \
              echo "$$ifile"; \
            else : ; fi; \
index 3556a30f0c927f7389fb29563a362bcb25e45316..222f7511724f515c6933657aa0787db6375dc7b6 100644 (file)
@@ -339,7 +339,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \
index 74f056391900beae5f923584dd250b2f191d298a..6653f7bd872a02fcd728ea6da2b6a23b859065ea 100644 (file)
@@ -177,7 +177,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \
index 5dda4ab1231cca724630c1df24c96d0a91642025..8d0eb8729dfee66f3a2066b8ee1e973bcd042aba 100644 (file)
@@ -198,7 +198,7 @@ install-info-am: $(INFO_DEPS)
 ## `foo' becomes `foo.i' too.
          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
-                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
+                      $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
            if test -f $$ifile; then \
              echo "$$ifile"; \
            else : ; fi; \
index b7197aa8c64b23f397b63ca39e11e4824a92f8fb..03d3874344b368fe6e068a1fb0558d6d31071295 100644 (file)
@@ -1081,7 +1081,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \