mktables: Regenerate if called with different cmd line args
authorKarl Williamson <public@khwilliamson.com>
Sun, 20 Oct 2013 16:20:13 +0000 (10:20 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 31 Dec 2013 15:27:15 +0000 (08:27 -0700)
commit0458fbc1e9212c308dd4062c84b32aa9b9e1e8f9
treeb0e03a5055abbf72c6c582a539fb7eab223d776f
parentaacc8a468d2f260a6aa99fe5aa487fff3b53ccc1
mktables: Regenerate if called with different cmd line args

mktables acts pretty much like its own Makefile.  This is because the
rules for regenerating are complicated and too hard to keep in sync in a
Makefile with new versions of Unicode.  mktables itself already has
enough intelligence to automatically update the rules when it gets
modified to account for new files from Unicode.

However, prior to this commit, it didn't keep track of the options it
was called with, thus it wouldn't necessarily run when those options
changed to affect the desired outputs.
lib/unicore/mktables