diff options
author | Andreas Schwab <schwab@suse.de> | 2018-09-26 10:11:43 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2018-09-26 10:13:13 +0200 |
commit | 4634128642f47da6542a4b73f8ff770d6b0765e5 (patch) | |
tree | 75b638d5afa420d2a18f49d5f2204987543d9a27 | |
parent | b5c45e83753b27dc538dff2d55d4410c385cf3a4 (diff) | |
download | glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.tar glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.tar.gz glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.tar.bz2 glibc-4634128642f47da6542a4b73f8ff770d6b0765e5.zip |
Remove leading space from testrun.sh
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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> @@ -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 |