Skip to content

Commit

Permalink
Run conformtest script explicitly using BASH.
Browse files Browse the repository at this point in the history
	* conform/Makefile: Run run-conformtest.sh using $(BASH).
  • Loading branch information
David S. Miller committed Mar 27, 2012
1 parent 7ac88e3 commit b855ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion conform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b855ab8

Please sign in to comment.