Home | History | Annotate | Download | only in config

Lines Matching refs:newline

1 # This allows us to work with the newline character:
2 define newline
6 newline := $(newline)
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
115 # not it contains a newline.
117 # If the text to be wordified contains a newline, then
123 # If the text does not contain a newline, then this function
126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))