Lines Matching full:commands
1 # $NetBSD: cond-func-commands.mk,v 1.6 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the commands() function in .if conditions.
8 # have commands. Sounds obvious, but good to know that it is really so.
9 .if commands(target)
15 # Now the target exists, but it still has no commands.
16 .if commands(target)
23 # Even after the comment, the target still has no commands.
24 .if commands(target)
31 # Finally the target has commands.
32 .if !commands(target)
37 .if commands(${UNDEF})