]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Fix race in post-install removal of *.a
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 02:24:30 +0000 (11:24 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 02:24:30 +0000 (11:24 +0900)
There was an implicit dependency between the prerequisites of
install-exec-local, which may have caused error with make -jN.
Use install-exec-hook to remove the dependency.
Reported by Christian Weisgerber in:
<https://lists.gnu.org/archive/html/bug-gettext/2014-07/msg00008.html>.
* Makefile.am (install-exec-local): Remove.
(install-exec-hook): New rule, depend on install-exec-clean.

gettext-tools/src/ChangeLog

index 111e060817fc26562327641d3e47957bcc544ef7..c68deb578d7c654392c1ad548548e37967d6dabc 100644 (file)
@@ -1,3 +1,14 @@
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       build: Fix race in post-install removal of *.a
+       There was an implicit dependency between the prerequisites of
+       install-exec-local, which may have caused error with make -jN.
+       Use install-exec-hook to remove the dependency.
+       Reported by Christian Weisgerber in:
+       <https://lists.gnu.org/archive/html/bug-gettext/2014-07/msg00008.html>.
+       * Makefile.am (install-exec-local): Remove.
+       (install-exec-hook): New rule, depend on install-exec-clean.
+
 2014-07-11  Daiki Ueno  <ueno@gnu.org>
 
        c: Fix empty string literal handling