blob: c6ca2f4aa3c7f8161aa9ecf702315628251adc6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: deptgt-begin.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
#
# Tests for the special target .BEGIN in dependency declarations,
# which is a container for commands that are run before any other
# commands from the shell lines.
.BEGIN:
: $@
all:
: $@
_!= echo : parse time 1>&2
|