• Michael Shigorin's avatar
    toplevel build report now timestamped · 30b1aa9b
    Michael Shigorin authored
    Thanks torabora@ for yet again seemingly obvious feature request
    which strangely managed to evade implementation before.
    
    On an afterthought, mass builds would suggest too much coffee
    instead of a progress indicator -- so implemented the latter.
    
    NB: the actual downstream-make-calling rule would expand the "naive"
    $(shell date) too early: the rule is evaluated before starting its
    execution, and as it's the time consuming one the shell evaluation
    was in need, not make's.  The result is less generally available
    (needs to be double quoted and won't work inside e.g. awk programs)
    but way more precise.
    30b1aa9b
Name
Last commit
Last update
..
README Loading commit data...
build.mk Loading commit data...
clean.mk Loading commit data...
distro.mk Loading commit data...
functions.mk Loading commit data...
log.mk Loading commit data...
profile.mk Loading commit data...
sugar.mk Loading commit data...
ve.mk Loading commit data...