Select one of two expansions based on non-empty condition text.
Section: Conditional and boolean-like functions
if function
makefile
makefile
MODE_MSG := $(if $(CI),ci-mode,local-mode)Explanation
Good when you need expression-like branching inside variables.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Conditional and boolean-like functions