Remove leading space from testrun.sh
authorAndreas Schwab <schwab@suse.de>
Wed, 26 Sep 2018 08:11:43 +0000 (10:11 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 26 Sep 2018 08:13:13 +0000 (10:13 +0200)
ChangeLog
Makefile

index 9afe9a7..844d081 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-26  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile ($(common-objpfx)testrun.sh): Remove leading space from
+       output.
+
 2018-09-25  Adam J. Richte  <adam_richter2004@yahoo.com>
            Adhemerval Zanella  <adhemerval.zanella@linaro.org>
            Fangrui Song  <maskray@google.com>
index 3df55e6..b4703e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ endef
 # the current libc build for testing.
 $(common-objpfx)testrun.sh: $(common-objpfx)config.make \
                            $(..)Makeconfig $(..)Makefile
-       $(file >$@T, $(testrun-script))
+       $(file >$@T,$(testrun-script))
        chmod a+x $@T
        mv -f $@T $@
 postclean-generated += testrun.sh