posix.mk revision 1.4
11.4Srillig# $NetBSD: posix.mk,v 1.4 2025/04/13 09:29:33 rillig Exp $ 21.4Srillig# 31.4Srillig# This file is included in all tests that start with a ".POSIX:" line, 41.4Srillig# even when the "-r" option is given. 51.1Sapb 61.4Srillig# The makefile containing the POSIX definitions is not supposed to contain a 71.4Srillig# ".POSIX:" line, but even if it does, this must not lead to an endless loop 81.4Srillig# by including it over and over again. 91.4Srillig# 101.4Srillig# When being included from another file, this ".POSIX:" line occurs too late, 111.4Srillig# though, and would thus switch out of POSIX mode again. 121.4Srillig# 131.4Srillig#.POSIX: 141.1Sapb 151.4Srillig# The file <posix.mk> is not intended to be used as a top-level makefile, and 161.4Srillig# it is not supposed to define any targets, only rules. 171.4Srillig# expect: make: no target to make. 18