From: c_14 Date: Mon, 7 May 2018 16:48:33 +0000 (+0200) Subject: Fix parallel `make install' X-Git-Tag: mmh-0.4~31 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=3de462f2108cb2be990bba95fee04f45899a4d44 Fix parallel `make install' Prior to this commit, running make install with -j > 1 caused an (easily reproducible) race condition where make tried linking commands that hadn't been installed yet. --- diff --git a/uip/Makefile.in b/uip/Makefile.in index e7e7b46..e0c280f 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -244,7 +244,7 @@ install-cmds: done # install links -install-lcmds: +install-lcmds: install-cmds rm -f $(DESTDIR)$(bindir)/flists rm -f $(DESTDIR)$(bindir)/folders rm -f $(DESTDIR)$(bindir)/fnext