Lines Matching full:line

12 #     anywhere in the makefile except in a command line, an include
13 # line, or a line immediately preceding an include line, it shall
15 # line, with a single <space>.
17 # When an escaped <newline> is found in a command line in a
18 # makefile, the command line shall contain the <backslash>, the
19 # <newline>, and the next line, except that the first character of
20 # the next line shall not be included if it is a <tab>.
22 # When an escaped <newline> is found in an include line or in a
23 # line immediately preceding an include line, the behavior is
50 # Backslash at end of line in a comment\
87 # the end of a physical line, it is replaced with a single space.
165 # on the next line, is replaced by a single space.
167 VAR1BSNL00= first line\
169 # above line is entirely empty, and this is a comment
170 VAR1BSNL0= first line\
171 no space on second line
172 VAR1BSNLs= first line\
173 one space on second line
174 VAR1BSNLss= first line\
175 two spaces on second line
176 VAR1BSNLt= first line\
177 one tab on second line
178 VAR1BSNLtt= first line\
179 two tabs on second line
180 VAR1BSNLxx= first line\
181 many spaces and tabs [ ] on second line
190 # The "#" in "# second line without space" makes it a comment instead
191 # of a syntax error if the preceding line is parsed incorrectly.
192 # The ":" in "third line':" makes it look like the start of a
193 # target instead of a syntax error if the first line is parsed incorrectly.
198 echo :'first line\
199 #second line without space\
200 third line':
201 echo :'first line\
202 second line spaces should be retained':
203 echo :'first line\
204 second line tab should be elided':
205 echo :'first line\
217 # above line must be blank
239 echo :'first line\\\
240 #second line without space\\\
241 third line':
242 echo :'first line\\\
243 second line spaces should be retained':
244 echo :'first line\\\
245 second line tab should be elided':
246 echo :'first line\\\