Lines Matching defs:file
1 # $NetBSD: opt-file.mk,v 1.16 2024/04/01 12:26:02 rillig Exp $
9 all: file-ending-in-backslash
10 all: file-ending-in-backslash-mmap
12 all: file-containing-null-byte
17 # In the unlikely case where a file ends in a backslash instead of a newline,
21 # outside of the file buffer.
40 file-ending-in-backslash: .PHONY
48 file-ending-in-backslash-mmap: .PHONY
49 @printf '%s' 'VAR=value\' > opt-file-backslash
50 @${MAKE} -r -f opt-file-backslash -V VAR
51 @rm opt-file-backslash
57 @printf '%s' 'VAR=$@ ' > opt-file-trailing-whitespace
58 @${MAKE} -r -f opt-file-trailing-whitespace -V VAR
59 @rm opt-file-trailing-whitespace
82 # make: "(stdin)" line 1: Zero byte read from file
95 # make: "(stdin)" line 1: warning: Zero byte read from file, skipping rest of line.
99 # make: "(stdin)" line 1: Zero byte read from file
105 # make: "(stdin)" line 1: Zero byte read from file
107 file-containing-null-byte: .PHONY