Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:CURDIR

1 # $NetBSD: varname-dot-curdir.mk,v 1.7 2020/10/08 19:09:08 rillig Exp $
3 # Tests for the special .CURDIR variable, which is initially set to the
12 .if !exists(${.CURDIR})
15 .if !exists(${.CURDIR}/)
18 .if !exists(${.CURDIR}/.)
21 .if !exists(${.CURDIR}/..)
25 # Until 2020-10-04, assigning the result of a shell assignment to .CURDIR
31 .CURDIR!= echo /
37 # Appending to .CURDIR does not make sense, therefore it doesn't matter that
39 .CURDIR= /