Lines Matching refs:exists
1 # $NetBSD: cond-func-exists.mk,v 1.8 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the exists() function in .if conditions.
5 .if !exists(.)
11 .if exists(".")
15 .if exists('.')
22 .if exists(\.)
26 .if !exists(${:U.})
32 .if !exists(${.PARSEDIR}/${.PARSEFILE})
37 .if !exists( . )
42 .if exists(${UNDEF})
46 # The exists function does not really look up the file in the file system,
49 _!= > cond-func-exists.just-created
50 .if exists(cond-func-exists.just-created)
53 _!= rm cond-func-exists.just-created