7c69bb8eca
As a result of the new comments, some line numbers have changed in the output of the tests. No other changes.
12 lines
267 B
Makefile
12 lines
267 B
Makefile
# $NetBSD: depsrc.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
|
|
#
|
|
# Tests for special sources (those starting with a dot, followed by
|
|
# uppercase letters) in dependency declarations, such as .PHONY.
|
|
|
|
# TODO: Implementation
|
|
|
|
# TODO: Test 'target: ${:U.SILENT}'
|
|
|
|
all:
|
|
@:;
|