theleagueof / fontship

A font development toolkit and collaborative work flow.
GNU General Public License v3.0
98 stars 7 forks source link

Impossible to get output from debug target #121

Closed alerque closed 3 years ago

alerque commented 3 years ago

There is a GNU Make target called debug that dumps a bunch of variables to aid in debugging the build process. It should be possible to reach just with fontship make debug, but I've known the output filtering has needed the fontship -v make debug verbose flag to work for a while. As I'm working on #120 it seems even that workaround is lost and the output is simply captured all the time. Not so good.