freebsd-dev/contrib/bmake/unit-tests/depsrc-notmain.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
277 B
Makefile
Raw Normal View History

# $NetBSD: depsrc-notmain.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
#
# Tests for the special source .NOTMAIN in dependency declarations,
# which prevents the associated target from becoming the default target
# to be made.
ignored: .NOTMAIN
: ${.TARGET}
all:
: ${.TARGET}