Skip to content

Fix sticky `recurse="--recursive"`

Created by: tboegi

By default, modules are cloned recursive. (This is especially important for EPICS base 7).

However, when a module defines e.g. a module does should not be cloned recursive, e.g. MOTOR_RECURSIVE=NO then the shell variable "recurse" stays set to "--recurse" running git clone

Make the DEP_RECURSIVE work and reset it to an empty string if needed.

Merge request reports

Loading