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.15-497-gb855ab8


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  b855ab8539595970f52ae342a6ba2550e6501ef1 (commit)
      from  7ac88e383150ef3722bc58c541f261528bc25d22 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b855ab8539595970f52ae342a6ba2550e6501ef1

commit b855ab8539595970f52ae342a6ba2550e6501ef1
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Mar 27 15:02:19 2012 -0700

    Run conformtest script explicitly using BASH.
    
    	* conform/Makefile: Run run-conformtest.sh using $(BASH).

diff --git a/ChangeLog b/ChangeLog
index 7fd0ea8..a3e3e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-03-27  David S. Miller  <davem@davemloft.net>
 
+	* conform/Makefile: Run run-conformtest.sh using $(BASH).
+
 	* sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
 	have-as-vis3 check.
 
diff --git a/conform/Makefile b/conform/Makefile
index 4915a67..ae9ac14 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -31,7 +31,7 @@ endif
 $(objpfx)run-conformtest.out: run-conformtest.sh conformtest.pl \
 			      $(wildcard data/*.h-data) \
 			      $(wildcard data/*/*.h-data)
-	-$(SHELL) -e $< $(objpfx) $(PERL) '$(CC)' \
+	-$(BASH) -e $< $(objpfx) $(PERL) '$(CC)' \
 	  '-I../include $(+sysdep-includes) $(sysincludes) -I..'
 
 generated = $(wildcard $(objpfx)conform-*.out)

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

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