2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>

* ampolish3.in: Use @PERL@, partial update from local sources.
This commit is contained in:
Ralf Corsepius
2005-10-24 20:45:01 +00:00
parent 2078447aba
commit 072e8e5d6e
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Use @PERL@, partial update from local sources.
2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3.

View File

@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @PERL@ -w
# Helper script to generate pre/tmpinstall rules for cpukit Makefile.am.
#
@@ -68,7 +68,7 @@ foreach my $l ( @buffer1 ) {
$dirmap{"\$\($1\)"} = replace($2);
} elsif ( $l =~ /^\s*noinst_(.*)\s*[\+]?\=(.*)$/o )
{ #ignore: noinst_* are not relevant here.
} elsif ( $l =~ /^\s*(nodist_|dist_|)(project_|)(include)_(HEADERS)\s*\=(.*)/o )
} elsif ( $l =~ /^\s*(nodist_|dist_|)(project_|)(include|lib)_(HEADERS|LIBRARIES)\s*\=(.*)/o )
{
push @buffer2, "$3dir = \$($3dir)\n";
push @buffer2, "$l";