automake-patches
[Top][All Lists]
Advanced

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

Re: on using `makeinfo --no-split' to solve filename conflicts


From: Alexandre Duret-Lutz
Subject: Re: on using `makeinfo --no-split' to solve filename conflicts
Date: Thu, 20 Feb 2003 17:49:04 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

 adl> + rm -f $@ address@hidden address@hidden ${@:.info=}.i[0-9] 
${@:.info=}.i[0-9][0-9]

maintainer-check complained about this style.

I'm fixing this as follows.

2003-02-20  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
        instead of ${...}.
 
Index: lib/am/texibuild.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texibuild.am,v
retrieving revision 1.13
diff -u -r1.13 texibuild.am
--- lib/am/texibuild.am 19 Feb 2003 19:12:55 -0000      1.13
+++ lib/am/texibuild.am 20 Feb 2003 16:47:11 -0000
@@ -25,7 +25,7 @@
 ## using --no-split), you'll be left with some dead info files lying
 ## around -- dead files which will end up in the distribution.
 ## *.iNN files are used on DJGPP.  See the comments in install-info-am
-       @rm -f $@ address@hidden address@hidden ${@:.info=}.i[0-9] 
${@:.info=}.i[0-9][0-9]
+       @rm -f $@ address@hidden address@hidden $(@:.info=).i[0-9] 
$(@:.info=).i[0-9][0-9]
 ## It is wrong to have `info' files dependent on %DIRSTAMP%, because
 ## `info' files are distributed and %DIRSTAMP% isn't: a distributed file
 ## should never be dependent upon a non-distributed built file.

-- 
Alexandre Duret-Lutz





reply via email to

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