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

Lines Matching refs:POSIX

1 # $NetBSD: posix-varassign.mk,v 1.1 2025/04/13 09:29:33 rillig Exp $
13 .POSIX:
22 # Deviation from POSIX: The "::=" assignment operator is not supported,
25 VAR::= posix-immediate-expansion
28 .elif ${${:UVAR\:}} != "posix-immediate-expansion"
33 # Deviation from POSIX: The ":::=" assignment operator is not supported,
35 VAR:::= posix-delayed-expansion
38 .elif ${${:UVAR\:\:}} != "posix-delayed-expansion"
68 # In POSIX mode, the ":=" assignment operator is available as well, even
69 # though it is not specified by POSIX, due to the differences in existing