Lines Matching defs:posix
1 # $NetBSD: deptgt-posix.mk,v 1.4 2022/05/07 21:24:52 rillig Exp $
6 # '%POSIX' is defined and <posix.mk> is included, if it exists. Other than
11 # option '-r' was given. This means that an implementation of <posix.mk> must
15 # directory to prevent unit-tests/posix.mk from interfering with the posix.mk
24 TESTTMP= ${TMPDIR:U/tmp}/make.test.deptgt-posix
37 printf '%s\n' > ${SYSDIR}/posix.mk \
38 'CC=posix-cc'
40 check-is-posix: .USE
42 '.if $${CC} != "posix-cc"' \
50 check-not-posix: .USE
74 after-for: .PHONY set-up-sysdir check-not-posix run
85 after-if: .PHONY set-up-sysdir check-not-posix run
96 in-included-file: .PHONY set-up-sysdir check-not-posix run
103 in-first-line: .PHONY set-up-sysdir check-is-posix run
111 after-comment-lines: .PHONY set-up-sysdir check-is-posix run
118 # In that mode, '.POSIX:' just loads <posix.mk>, which works as well.
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run