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.19-603-g91b84fe


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  91b84fe588238289e734ee05cfff26482c8f56ac (commit)
      from  f940b96522d6ac67915186dfaa71b43f3e7f5404 (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=91b84fe588238289e734ee05cfff26482c8f56ac

commit 91b84fe588238289e734ee05cfff26482c8f56ac
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Jun 19 17:02:48 2014 +0530

    Remove unnecessary $(.)
    
    The variable is not necessary, especially since it does not exist.

diff --git a/ChangeLog b/ChangeLog
index 7151940..2a11522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
+
 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
 
 	* sysdeps/aarch64/strchr.S: New file.
diff --git a/benchtests/Makefile b/benchtests/Makefile
index dc9ee04..fd3036d 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -143,5 +143,5 @@ $(objpfx)bench-%.c: %-inputs $(bench-deps)
 	{ if [ -n "$($*-INCLUDE)" ]; then \
 	  cat $($*-INCLUDE); \
 	fi; \
-	$(.)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
+	scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
 	mv -f $@-tmp $@

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

Summary of changes:
 ChangeLog           |    4 ++++
 benchtests/Makefile |    2 +-
 2 files changed, 5 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]