Lines Matching full:set
15 $(q)set -e; \
31 $(q)set -e; \
35 $(call cfg-cmake-set,$(var))))'; \
44 $(q)set -e; \
76 /* $1 is not set */_nl_,
80 # Convert a makefile variable to a cmake set statement
83 define cfg-cmake-set
85 # $1 is not set _nl_,
86 set($1 $($1))_nl_))
111 # Will set FOO to 'n' if it is initially 'y' and BAR or BAZ are not 'y'
126 # Will set FOO to 'n' if it is initially 'y' and both BAR and BAZ are not 'y'
164 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2)))
166 # Set a variable or error out if it was previously set to a different value
180 $$(error $(1) is set to '$($(1))' (from $(origin $(1))) but its value must be '$(2)'$$(_reason))