1 1.3 rillig # $NetBSD: sh-leading-plus.mk,v 1.3 2020/08/23 14:46:33 rillig Exp $ 2 1.1 rillig # 3 1.2 rillig # Tests for shell commands preceded by a '+', to run them even if 4 1.2 rillig # the command line option -n is given. 5 1.1 rillig 6 1.1 rillig all: 7 1.3 rillig @echo 'this command is not run' 8 1.3 rillig @+echo 'this command is run' 9