This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.28.9000-158-g4634128


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  4634128642f47da6542a4b73f8ff770d6b0765e5 (commit)
      from  b5c45e83753b27dc538dff2d55d4410c385cf3a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4634128642f47da6542a4b73f8ff770d6b0765e5

commit 4634128642f47da6542a4b73f8ff770d6b0765e5
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed Sep 26 10:11:43 2018 +0200

    Remove leading space from testrun.sh

diff --git a/ChangeLog b/ChangeLog
index 9afe9a7..844d081 100644
--- 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>
diff --git a/Makefile b/Makefile
index 3df55e6..b4703e4 100644
--- 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    5 +++++
 Makefile  |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]