Lines Matching +full:two +full:- +full:word
11 all: {one,two,three}
14 # "{one,two,three}". There are no individual targets "one", "two", "three"
16 # on the left-hand side of a dependency operator. However, it is listed
21 .if target({one,two,three})
24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
30 two:
35 # The braces may start in the middle of a word.
45 # Nested braces work as expected since 2020-07-31 19:06 UTC.
46 # They had been broken at least since 2003-01-01, probably even longer.
57 all: {pre-,}{patch,configure}
59 pre-patch patch pre-configure configure:
63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
71 all: dup-{1,1,1,1,1,1,1}
73 dup-1:
77 all: {{{{{{{{{{single-word}}}}}}}}}}
79 single-word:
83 .MAKEFLAGS: -dd
90 .PHONY: one two three four five six
92 .PHONY: single-word
93 .PHONY: pre-patch patch pre-configure configure
94 .PHONY: fetch fetch-post extract extract-post
95 .PHONY: dup-1 single-word