summaryrefslogtreecommitdiffstatshomepage
path: root/py/makeqstrdefs.py
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@gmail.com>2023-11-28 14:26:59 -0800
committerDamien George <damien@micropython.org>2023-12-15 15:48:07 +1100
commit0d93392f10dc15cbd7e05931d0ddd7a5cc62c4b2 (patch)
tree97ae97b60b42766ec6324d4e0fff174a02fb886e /py/makeqstrdefs.py
parent85c02166cacb8c2a8bc82f9802814ca72cbf6017 (diff)
downloadmicropython-0d93392f10dc15cbd7e05931d0ddd7a5cc62c4b2.tar.gz
micropython-0d93392f10dc15cbd7e05931d0ddd7a5cc62c4b2.zip
py/mkrules.mk: List hash files as byproducts.
These are produced by the "cat" command to makeqstrdefs.py, to allow it to not update unchanged files. cmake doesn't know about them and so they are not removed on a "clean". This triggered a bug in makeqstrdefs.py where it would not recreate a deleted output file (which is removed by clean) if a stale hash file with a valid hash still existed. Listing them as byproducts will cause them to be deleted on clean. Signed-off-by: Trent Piepho <tpiepho@gmail.com>
Diffstat (limited to 'py/makeqstrdefs.py')
0 files changed, 0 insertions, 0 deletions