autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf 2.57g is released


From: Akim Demaille
Subject: Re: Autoconf 2.57g is released
Date: Tue, 28 Oct 2003 09:31:29 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

>>> "Akim" == Akim Demaille <address@hidden> writes:
 >>> Salut Akim,
 >>> On Mon, Oct 27, 2003 at 12:27:32PM +0100, Akim Demaille wrote:
 >>>> +local_updates = wget-update cvs-update autom4te-update executable-update
 >>>> +
 >>>> +.PHONY: executable-update
 >>>> +executable-update:
 >>>> + chmod +x $(cvs_files)   \
 >>>> +          $(srcdir)/config/config.guess \
 >>>> +          $(srcdir)/config/config.sub

 >>> T'es conscient que ça ne marchera pas avec `make -k' ?

 Akim> Salut !

 Akim> Non, mais je me posais la question :(  Comment ferais-tu ?

 > local_updates = executable-update
 > executable-update: wget-update cvs-update autom4te-update 
 >         chmod +x ...

Of course...  Thanks, installed!

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * Makefile.cfg (local_updates, executable-update): Tweak to be
        robust to parallel makes.
        Suggested by Alexandre Duret-Lutz.

Index: Makefile.cfg
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.cfg,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile.cfg
--- Makefile.cfg 27 Oct 2003 16:48:07 -0000 1.4
+++ Makefile.cfg 28 Oct 2003 08:28:38 -0000
@@ -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 @@
   $(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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]