mbox series

[v2,0/5] Makefile: don't die on AIX with open ./git

Message ID cover-0.6-00000000000-20210329T161723Z-avarab@gmail.com (mailing list archive)
Headers show
Series Makefile: don't die on AIX with open ./git | expand

Message

Ævar Arnfjörð Bjarmason March 29, 2021, 4:20 p.m. UTC
A v2, much the same, but moreso. But now with entirely different
reasons for existing.

Ævar Arnfjörð Bjarmason (5):
  Makefile: rename objects in-place, don't clobber
  Makefile: rename scripts in-place, don't clobber
  Makefile: don't needlessly "rm $@ $@+" before "mv $@+ $@"
  Makefile: add the ".DELETE_ON_ERROR" flag
  Makefile: don't "rm configure" before generating it

 Makefile | 102 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 61 insertions(+), 41 deletions(-)