• Trent Piepho's avatar
    py/makeqstrdefs.py: Don't skip output for stale hash file. · f22e8861
    Trent Piepho authored
    In "cat" mode a "$output_file.hash" file is checked to see if the hash of
    the new output is the same as the existing, and if so the output file isn't
    updated.
    
    However, it's possible that the output file has been deleted but the hash
    file has not.  In this case the output file is not created.
    
    Change the logic so that a hash file is considered stale if there is no
    output file and still create the output.
    Signed-off-by: default avatarTrent Piepho <tpiepho@gmail.com>
    f22e8861
makeqstrdefs.py 7.03 KB