Open udance4ever opened 1 month ago
I notice that the pbuilder executable doesn’t get rebuilt when source code changes.
pbuilder
This happened to me twice:
graph_exec.c
I tried to see if I could figure it out in the Makefile but I’m not very familiar with how automake works.
It seems like there might be a missing dependency ongraph_exec.c?
This is low priority as the workaround is straight forward:
rm src/pbuilder
The Makefile nor the python script were intended to detect if the source code changed and rebuild itself, but it's a good idea, so I'll add it to the whislist. Thank you.
I notice that the
pbuilder
executable doesn’t get rebuilt when source code changes.This happened to me twice:
graph_exec.c
and it didn’t rebuildpbuilder
wasn’t rebuiltI tried to see if I could figure it out in the Makefile but I’m not very familiar with how automake works.
It seems like there might be a missing dependency on
graph_exec.c
?This is low priority as the workaround is straight forward: