mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Run conformtest script explicitly using BASH.
* conform/Makefile: Run run-conformtest.sh using $(BASH).
This commit is contained in:
parent
7ac88e3831
commit
b855ab8539
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user