[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables f
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables from '&handle_texinfo_source' |
Date: |
Sat, 16 Jun 2012 23:30:06 +0200 |
* automake.in (handle_texinfo_source): Remove '$spfx' and '$ssfx'.
Signed-off-by: Stefano Lattarini <address@hidden>
---
automake.in | 3 ---
1 file changed, 3 deletions(-)
diff --git a/automake.in b/automake.in
index 0d98dba..dca4275 100644
--- a/automake.in
+++ b/automake.in
@@ -2852,11 +2852,8 @@ sub handle_texinfo_source ($$$@)
{
my ($source, $dest, $insrc, @deps) = @_;
- # Split 'a.texi' into 'a' and '.texi'.
- my ($spfx, $ssfx) = ($source =~ /^(.*?)(\.[^.]*)?$/);
my ($dpfx, $dsfx) = ($dest =~ /^(.*?)(\.[^.]*)?$/);
- $ssfx ||= "";
$dsfx ||= "";
my $sdir = dirname $source;
--
1.7.9.5
- Re: [Automake-NG] [PATCH 14/26] [ng] texi: adjust names of vars used for silent rules support, (continued)
- [Automake-NG] [PATCH 19/26] [ng] automake: remove two unused variables from '&handle_texinfo_source',
Stefano Lattarini <=
- [Automake-NG] [PATCH 21/26] [ng] texi: move some more knowledge from automake to texi-spec.am, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 22/26] [ng] texi: simplify handle_texinfo_source by assuming '.info' suffix ..., Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 23/26] [ng] automake: merge handle_texinfo_source() -> handle_texinfo_helper(), Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 20/26] [ng] texi: in texi-spec.am, assume suffix for info files is always '.info', Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 24/26] [ng] texi: "de-prettify" makeinfo command line, Stefano Lattarini, 2012/06/16
- [Automake-NG] [PATCH 25/26] [ng] texi: move more code from automake to Makefile, Stefano Lattarini, 2012/06/16