HomeSort by: relevance | last modified time | path
    Searched refs:BACKSLASH (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
char-005c-reverse-solidus.mk 23 # This backslash is treated as a line continuation.
42 # The simplest was to produce a single backslash is the :U modifier.
43 BACKSLASH= ${:U\\}
44 .if ${BACKSLASH} != "\\"
55 # match the single backslash.
56 # expect: while evaluating variable "BACKSLASH" with value ""
57 .if ${BACKSLASH:Mx\}
64 .if ${BACKSLASH:Mx\\}
71 .if ${BACKSLASH:Mx\\\\\\\\}
77 # Adding more text after the backslash adds to the pattern, as the backslas
    [all...]
char-005c-reverse-solidus.exp 2 while evaluating variable "BACKSLASH" with value ""
4 while evaluating variable "BACKSLASH" with value ""
6 while evaluating variable "BACKSLASH" with value ""
7 make: char-005c-reverse-solidus.mk:100: Unfinished backslash at the end in pattern "\" of modifier ":M"
8 while evaluating variable "BACKSLASH" with value "\"
10 while evaluating variable "BACKSLASH" with value ""

Completed in 30 milliseconds