Searched refs:changed (Results 1 – 3 of 3) sorted by relevance
115 changed = []118 changed.append(config)121 changed.sort()122 for config in changed:
133 # GNU Make automatically deletes the target if it has already been changed by157 # target, or command line has changed194 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)),@:)
589 bool changed = false; in choice_set_value() local603 changed = true; in choice_set_value()619 if (changed) in choice_set_value()
Completed in 5 milliseconds