Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Ddiffconfig115 changed = []
118 changed.append(config)
121 changed.sort()
122 for config in changed:
A DKbuild.include133 # GNU Make automatically deletes the target if it has already been changed by
157 # target, or command line has changed
194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE)
196 # Execute command if command has changed or prerequisite(s) are updated.
197 if_changed = $(if $(if-changed-cond),$(cmd_and_savecmd),@:)
204 if_changed_dep = $(if $(if-changed-cond),$(cmd_and_fixdep),@:)
212 # Will check if $(cmd_foo) or any of the prerequisites changed,
214 if_changed_rule = $(if $(if-changed-cond),$(rule_$(1)),@:)
/scripts/kconfig/
A Dsymbol.c589 bool changed = false; in choice_set_value() local
603 changed = true; in choice_set_value()
619 if (changed) in choice_set_value()

Completed in 5 milliseconds