From: David S. Miller Date: Tue, 27 Mar 2012 22:02:19 +0000 (-0700) Subject: Run conformtest script explicitly using BASH. X-Git-Tag: glibc-2.16-tps~707 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b855ab8539595970f52ae342a6ba2550e6501ef1;p=platform%2Fupstream%2Fglibc.git 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 + * 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)