]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* Makefile.cfg (local_updates, executable-update): Tweak to be
authorAkim Demaille <akim@epita.fr>
Tue, 28 Oct 2003 08:28:56 +0000 (08:28 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 28 Oct 2003 08:28:56 +0000 (08:28 +0000)
robust to parallel makes.
Suggested by Alexandre Duret-Lutz.

ChangeLog
Makefile.cfg

index 5a7185722109865c0dbd222e0c276c08371ef4a6..b7a0e7ed72e742147f96ed3ad1eb89325d772665 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-28  Akim Demaille  <akim@epita.fr>
+
+       * Makefile.cfg (local_updates, executable-update): Tweak to be
+       robust to parallel makes.
+       Suggested by Alexandre Duret-Lutz.
+
 2003-10-27  Akim Demaille  <akim@epita.fr>
 
        * Makefile.cfg (executable-update): New.
index 110c65d5d0308d453195c64f26ddb4116feab730..6ac15d8586b4ddc81bbe7e4edb795953e375dcda 100644 (file)
@@ -1,4 +1,4 @@
-# Customize Makefile.maint for Autoconf.            -*- makefile -*-
+# Customize Makefile.maint for Autoconf.            -*- Makefile -*-
 # Copyright (C) 2003 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -46,11 +46,12 @@ cvs_files = \
   $(srcdir)/config/missing \
   $(srcdir)/config/mkinstalldirs
 
-# autom4te-update is defined in Makefile.am.
-local_updates = wget-update cvs-update autom4te-update executable-update
+# Keep executables executable.  Make it robust to parallel makes.
+local_updates = executable-update
 
 .PHONY: executable-update
-executable-update:
+# autom4te-update is defined in Makefile.am.
+executable-update: wget-update cvs-update autom4te-update
        chmod +x $(cvs_files)   \
                 $(srcdir)/config/config.guess \
                 $(srcdir)/config/config.sub