Run conformtest script explicitly using BASH.

* conform/Makefile: Run run-conformtest.sh using $(BASH).
This commit is contained in:
David S. Miller 2012-03-27 15:02:19 -07:00
parent 7ac88e3831
commit b855ab8539
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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)