aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/suff-transform-debug.mk
blob: d206a0f691a2868bb4a65f2380e72f3e5b08318c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: suff-transform-debug.mk,v 1.1 2020/11/22 23:45:20 rillig Exp $
#
# Test how the debug output of transformation rules looks.

.MAKEFLAGS: -dg1

.SUFFIXES: .a .c .cpp

.c.cpp .cpp.a:
	: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.

all: