- @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@
1) does it actually speed anything up? 2) without the mv I fear we are no longer noticing write failure. -k
- @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + @: >>$@
1) does it actually speed anything up? 2) without the mv I fear we are no longer noticing write failure. -k