···888889899090# Move subpaths that match pattern $1 from under any output/ to the $2 output/
9191-# Beware: only globbing patterns are accepted, e.g.: * ? {foo,bar}
9191+# Beware: only globbing patterns are accepted, e.g.: * ? [abc]
9292# A special target "REMOVE" is allowed: moveToOutput foo REMOVE
9393moveToOutput() {
9494 local patt="$1"