aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/sh-leading-hyphen.mk
blob: d760abb9afdd59d35853b1de45523c91bd19c4a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: sh-leading-hyphen.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
#
# Tests for shell commands preceded by a '-', to ignore the exit status of
# the command line.
#
# See also:
#	.IGNORE
#	depsrc-ignore.mk
#	opt-ignore.mk

# TODO: Implementation

all:
	@:;