]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/shell-sh.mk
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / shell-sh.mk
1 # $NetBSD: shell-sh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
2 #
3 # Tests for using a bourne shell for running the commands.
4 # This is the default shell, so there's nothing surprising.
5
6 .SHELL: name="sh" path="sh"
7
8 all:
9         : normal
10         @: hidden
11         +: always
12         -: ignore errors