]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] cosmetics: remove trailing whitespace from few files
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 10 Jun 2012 12:12:55 +0000 (14:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 10 Jun 2012 12:12:55 +0000 (14:12 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
15 files changed:
NG-NEWS
automake.in
t/distcheck-override-infodir.sh
t/insthook.sh
t/mmodely.sh
t/objc-flags.sh
t/objcxx-flags.sh
t/parallel-tests2.sh
t/perf/testsuite-summary.sh
t/silent2.sh
t/silentcxx.sh
t/suffix-custom-subobj.sh
t/suffix-obj.sh
t/txinfo21b.sh
t/yacc-dist-nobuild-subdir.sh

diff --git a/NG-NEWS b/NG-NEWS
index 4d5431d9fe497f93192b7812a66b9bfcef17dca3..16d0074882dd491ba45b3f837d4da1f973b818b0 100644 (file)
--- a/NG-NEWS
+++ b/NG-NEWS
@@ -3,7 +3,7 @@ Automake and Automake-NG.  Be aware that there is likely a plethora
 of other minor differences and incompatibilities *not* listed here.
 
 
-Automatic dependency tracking support 
+Automatic dependency tracking support
 =====================================
 
 * The generated Makefile.in files use "-include", not "include", to
@@ -274,7 +274,7 @@ Source Files with Unknown Extensions
   file, and appending either '.$(OBJEXT)' or '.lo' to it (which one depends
   on whether the object is built as part of a program, a static library, or
   a libtool library).  It will then be assumed that the user has defined a
-  rule (either explicit or defined from a pattern rule) which can turn that 
+  rule (either explicit or defined from a pattern rule) which can turn that
   source file into this corresponding object file.  For example, on an
   input like:
 
index 0b4cf2430d9bfc3ac6b8c385232da0832e3de587..ce3cd6e53fed2f778b03c39cfb66f0fa3378cdd4 100644 (file)
@@ -877,7 +877,7 @@ register_language ('name' => 'asm',
                   'config_vars' => ['CCAS', 'CCASFLAGS'],
 
                   'flags' => ['CCASFLAGS'],
-                  # Users can set AM_CCASFLAGS to include, say, DEFS, 
+                  # Users can set AM_CCASFLAGS to include, say, DEFS,
                   # or anything else required.  They can also set CCAS.
                   # Or simply use Preprocessed Assembler.
                   'compile' => '$(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)',
@@ -7275,7 +7275,7 @@ sub generate_makefile ($$)
   # See if any _SOURCES (or _LIBADD, or ...) variable were misspelled.
   $output_checks .= preprocess_file ("$libdir/am/check-typos.am");
   # Report errors (if any) seen at make runtime.
-  $output_checks .= '$(if $(am__seen_error),' . 
+  $output_checks .= '$(if $(am__seen_error),' .
                     '$(error Some Automake-NG error occurred))' .
                     "\n";
 
index a9f3f91fabd366fb5736805686683e324a74d77a..71543c9b24750451c689002234c30ef377d44a43 100755 (executable)
@@ -55,7 +55,7 @@ $AUTOCONF
 $MAKE
 
 $MAKE distcheck
-$MAKE distcheck infodir="`pwd`"/_info 
+$MAKE distcheck infodir="`pwd`"/_info
 test -f _info/dir || Exit 99 # Sanity check.
 
 :
index 0feba5c9c90743f55157e4c3ca9425597e911016..04a5ff9cde2b3a12cad73e4f8de02fa1ebcb594a 100755 (executable)
@@ -59,7 +59,7 @@ test -f ok
 ./configure "--bindir=`pwd`/bin"
 $MAKE install
 echo 2 > foo
-$MAKE install VERSION=2.0 
+$MAKE install VERSION=2.0
 grep 1 bin/foo-1.0
 grep 2 bin/foo-2.0
 grep 2 bin/foo
index d026900522ec9fd417b26cd5b6c9ed009809fe2e..a628419ae1531b1365ef04112c21d0d94cec7467 100755 (executable)
@@ -88,7 +88,7 @@ PATH="`pwd`$PATH_SEPARATOR$PATH"
 $MAKE maintainer-clean
 ./configure
 $MAKE zardoz.c joe.c YACC="myyacc.sh" LEX="mylex.sh" \
-                     LEX_OUTPUT_ROOT='lex.yy' 
+                     LEX_OUTPUT_ROOT='lex.yy'
 grep zardoz.y zardoz.c
 grep joe.l joe.c
 
index 6c2b1e6a111a14722e5ad059e43fcaceaa46b897..25f805b702ac2d22b3a3c98a2606578f43ab6445 100755 (executable)
@@ -57,6 +57,6 @@ grep '\$(OBJCFLAGS).*\$(foo.*_OBJCFLAGS)'    Makefile.in && Exit 1
 grep '\$(foo.*_OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in && Exit 1
 
 ./configure OBJCFLAGS=-UERROR
-$MAKE 
+$MAKE
 
 :
index a948891da69d558f6136c21554a62e0687ed4870..082f7fbdc1baaa10a9a86680b00b0a66c074fc41 100755 (executable)
@@ -58,6 +58,6 @@ grep '\$(OBJCXXFLAGS).*\$(foo.*_OBJCXXFLAGS)'    Makefile.in && Exit 1
 grep '\$(foo.*_OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in && Exit 1
 
 ./configure OBJCXXFLAGS=-UERROR
-$MAKE 
+$MAKE
 
 :
index 8dd1a1bfe29d67e8991db1cf3c46ef6654e85c4e..0735185ba8b3344cee8d32728a099c3e6cf2e619 100755 (executable)
@@ -132,7 +132,7 @@ test ! -f baz.log
 test -f mylog.html
 
 $MAKE clean
-$MAKE recheck-html TESTS=foo.test 
+$MAKE recheck-html TESTS=foo.test
 test -f bla
 test ! -f foo.log
 test -f mylog.html
index a11bb8ef7910f0994b07b37617854179b41b52dc..e245b6ed7416f0b17c234c1abcffff49f92a6b1e 100755 (executable)
@@ -45,7 +45,7 @@ for i in `seq_ 1 $count`; do
   echo :test-result: PASS >> $i.trs
   echo :copy-in-global-log: yes >> $i.trs
   echo TESTS += $i.t
-done >> Makefile.am 
+done >> Makefile.am
 
 # Re-enable shell traces.
 set -x
index ee5fc0135f4d94549161a65ca7ced6f4b085ff81..a7f0207d4fe76a5c672c1d6ef826cb8cc1db0510 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check silent-rules mode, without libtool, non-fastdep case
 # (so that, with GCC, we also cover the other code paths in depend2).
+
 # Please keep this file in sync with silent.test.
 
 required=gcc
index 509048303f7f52fab667adc2de5e71c9a30898aa..e3507265924fa1e811365876ee6b0f4f6963ead0 100755 (executable)
@@ -17,7 +17,7 @@
 # This test should work with generic C++ compilers; keep it in sync with
 # sister test 'silentcxx-gcc.test', which requires the GNU C++ compiler
 # and forces the use of gcc depmode.
+
 required=c++
 . ./defs || Exit 1
 
index 54b6eff3cf516bb67cc8028c7a649bb792b7424e..254ab7907d3bfe1a53f5f9797775c98e668c7b66 100755 (executable)
@@ -50,7 +50,7 @@ $AUTOMAKE -a
 
 ./configure
 
-$MAKE test-fake OBJEXT=quux 
+$MAKE test-fake OBJEXT=quux
 $MAKE test-real
 
 :
index 925b6ac02470a724160d3e2078a8b0903e441edc..41d70eec71a0d901c6c5a4f19f1af2a6182bda65 100755 (executable)
@@ -77,7 +77,7 @@ cat > foo.exp <<'END'
 %THREE%
 END
 echo %THREE% > foo.zoo
-$MAKE OBJEXT=obj 
+$MAKE OBJEXT=obj
 cat foo.obj
 cat foo.XxX
 diff foo.XxX foo.exp
index 429c2bbbf76348fdc62935680f0b48ee4b6a5c62..3e053de52f19c7839ebff2ec1c65ad910a708e66 100755 (executable)
@@ -19,7 +19,7 @@
 # Keep in sync with sister test 'txinfo21.sh'.
 # FIXME: in the long term, the best thing to do is probably to
 # FIXME: convert this test and the sister test 'txinfo21b.sh' to
-# FIXME: TAP, and merge them. 
+# FIXME: TAP, and merge them.
 
 required='makeinfo-html tex texi2dvi'
 . ./defs || Exit 1
index 0e8612f4601daba356b398bfbd93999cae292148..174d704fe8baf4bf608371d921e885967db11da4 100755 (executable)
@@ -83,6 +83,6 @@ chmod u+w .
 $MAKE all YACC=false
 ls -l sub/*.[ch] && Exit 1
 
-$MAKE distcheck YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' 
+$MAKE distcheck YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false'
 
 :