15 lines
262 B
Makefile
15 lines
262 B
Makefile
# $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:
|
|
@:;
|