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.
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.