Deleted Added
full compact
Makefile.test (146822) Makefile.test (263346)
1#
2# Change the path for builtin shells. There are two methods to do this.
3# This is the first of them when the basename of the path is equal to
4# one of the builtin shells so that the .SHELL target automatically
5# also selectes the shell without specifying the name.
6#
7# Be sure to include a meta-character into the command line, so that
8# really our shell is executed.
9#
1#
2# Change the path for builtin shells. There are two methods to do this.
3# This is the first of them when the basename of the path is equal to
4# one of the builtin shells so that the .SHELL target automatically
5# also selectes the shell without specifying the name.
6#
7# Be sure to include a meta-character into the command line, so that
8# really our shell is executed.
9#
10# $FreeBSD: head/tools/regression/usr.bin/make/shell/path/Makefile 146822 2005-05-31 14:13:07Z harti $
10# $FreeBSD: head/usr.bin/make/tests/shell/path/Makefile.test 263346 2014-03-19 12:29:20Z jmmv $
11#
12
13.ifmake sh_test
14
15.SHELL: path=${.OBJDIR}/sh
16sh_test:
17 @: This is the shell.
18

--- 13 unchanged lines hidden ---
11#
12
13.ifmake sh_test
14
15.SHELL: path=${.OBJDIR}/sh
16sh_test:
17 @: This is the shell.
18

--- 13 unchanged lines hidden ---