aboutsummaryrefslogblamecommitdiff
path: root/contrib/bmake/unit-tests/depsrc-made.mk
blob: 851593e38fcc22455360d71a561fce55d53e4a0b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                
 






                                                                     
 

                                
 

                                        
# $NetBSD: depsrc-made.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
#
# Tests for the special source .MADE in dependency declarations,
# which marks all its dependencies as already made, so their commands
# don't need to be executed.
#
# TODO: Describe a possible use case for .MADE.

all: part1 part2

part1: chapter11 chapter12 .MADE
part2: chapter21 chapter22

chapter11 chapter12 chapter21 chapter22:
	: Making ${.TARGET}