From: Akim Demaille Date: Tue, 28 Oct 2003 08:28:56 +0000 (+0000) Subject: * Makefile.cfg (local_updates, executable-update): Tweak to be X-Git-Tag: AUTOCONF-2.58~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27197cbed6817475a6954f5f2cb326a7b186d470;p=thirdparty%2Fautoconf.git * Makefile.cfg (local_updates, executable-update): Tweak to be robust to parallel makes. Suggested by Alexandre Duret-Lutz. --- diff --git a/ChangeLog b/ChangeLog index 5a718572..b7a0e7ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-28 Akim Demaille + + * Makefile.cfg (local_updates, executable-update): Tweak to be + robust to parallel makes. + Suggested by Alexandre Duret-Lutz. + 2003-10-27 Akim Demaille * Makefile.cfg (executable-update): New. diff --git a/Makefile.cfg b/Makefile.cfg index 110c65d5..6ac15d85 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -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