Deleted Added
full compact
Makefile.test (263346) Makefile.test (266074)
1#
2# We just select the builtin shells and check whether it is really
3# executed. This should print just the shell paths. Because we
4# normally don't have a ksh, we make this test conditional. This means
5# one has to recreate the test results once ksh is installed.
6#
1#
2# We just select the builtin shells and check whether it is really
3# executed. This should print just the shell paths. Because we
4# normally don't have a ksh, we make this test conditional. This means
5# one has to recreate the test results once ksh is installed.
6#
7# $FreeBSD: head/usr.bin/make/tests/shell/select/Makefile.test 263346 2014-03-19 12:29:20Z jmmv $
7# $FreeBSD: head/usr.bin/bmake/tests/shell/select/Makefile.test 263346 2014-03-19 12:29:20Z jmmv $
8#
9
10.ifmake sh_test
11
12.SHELL: name=sh
13sh_test: print_path
14
15.elifmake csh_test

--- 13 unchanged lines hidden ---
8#
9
10.ifmake sh_test
11
12.SHELL: name=sh
13sh_test: print_path
14
15.elifmake csh_test

--- 13 unchanged lines hidden ---