diff options
Diffstat (limited to 'setup.rc')
| -rwxr-xr-x | setup.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ fn subgen { gen_inputs=( $gen_inputs '$outdir'/$1/gen.stamp ) tree_inputs=( $tree_inputs '$outdir'/$1/root.tree ) tree_perms=( $tree_perms '$outdir'/$1/root.perms ) - if(~ $recurse 1) @ gen $1 & + if(~ $recurse 1 || ! [ -f $1/local.ninja ]) @ gen $1 & status=() } |
