xref: /freebsd/contrib/bmake/unit-tests/directive-endfor.mk (revision 148ee84570001f46b7b667c86573d378101c3801)
1*148ee845SSimon J. Gerraty# $NetBSD: directive-endfor.mk,v 1.2 2023/06/01 20:56:35 rillig Exp $
206b9b3e0SSimon J. Gerraty#
306b9b3e0SSimon J. Gerraty# Test for the directive .endfor, which ends a .for loop.
406b9b3e0SSimon J. Gerraty#
506b9b3e0SSimon J. Gerraty# See also:
606b9b3e0SSimon J. Gerraty#	directive-for.mk
706b9b3e0SSimon J. Gerraty
806b9b3e0SSimon J. Gerraty# An .endfor without a corresponding .for is a parse error.
9*148ee845SSimon J. Gerraty# expect+1: for-less endfor
1006b9b3e0SSimon J. Gerraty.endfor
11