Hartmut Brandt
cfc967e66a
Add a test to check whether in compat mode make detectes builtins
...
on the command line and really executes the shell instead of directly
executing the command.
2005-05-20 15:25:04 +00:00
Hartmut Brandt
ac8946e3d3
Add a test to ensure that in compat mode when a line contains no
...
shell meta characters it is not passed to the shell, but the command
is executed directly (given that the line is not a shell builtin) and
that the line with a meta character is passed to the shell.
2005-05-20 15:06:27 +00:00
Hartmut Brandt
c9302692e6
Add a test that test whether we can replace the shell to use by
...
make with another shell and set all its parameters (meta and builtins
not tested here).
2005-05-20 14:50:30 +00:00
Hartmut Brandt
56f5aba2ca
Some test cases for .SHELL target: builtin shell selection and
...
changing the path of a builtin shell.
2005-05-19 11:23:01 +00:00