nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

appgen: speedup when generating dependencies #153

Open nthallen opened 3 years ago

nthallen commented 3 years ago

Creating dependency files triggers restarting make and appears to also trigger rerunning appgen. Since appgen in particular is expensive, it would make sense to check that the new dependency file differs from the old one before replacing it.