change error to warning. Seems to work ok with recaser

This commit is contained in:
Hieu Hoang 2014-05-30 05:40:22 +01:00
parent e48f7d8488
commit 9615f4636c

View File

@ -640,8 +640,10 @@ sub check_producability {
print "checking $ds -> $ds_out\n" if $VERBOSE;
$defined_step = $ds if $out eq $ds_out;
}
die("ERROR: cannot possibly produce output $out")
print STDERR "WARNING: cannot possibly produce output $out"
unless $defined_step;
# die("ERROR: cannot possibly produce output $out")
# unless $defined_step;
# producable, if cannot be ignored
return 1 unless defined($STEP_IGNORE{$defined_step});