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

* ampolish3.in: Sync with private bleeding-edge .
This commit is contained in:
Ralf Corsepius
2005-10-25 15:24:32 +00:00
parent 7906167926
commit d056c7ecd2
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Sync with private bleeding-edge .
2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Use @PERL@, partial update from local sources. * ampolish3.in: Use @PERL@, partial update from local sources.

View File

@@ -148,8 +148,8 @@ foreach my $l ( @buffer2 ) {
push @buffer3, push @buffer3,
"$v/$x: $f $v/\$(dirstamp)\n", "$v/$x: $f $v/\$(dirstamp)\n",
"\t\$(INSTALL_PROGRAM) \$< $v/$x\n", "\t\$(INSTALL_PROGRAM) \$< $v/$x\n",
"PREINSTALL_FILES += $v/$x\n\n"; "TMPINSTALL_FILES += $v/$x\n\n";
$seen{"PREINSTALL_FILES"} = 1; $seen{"TMPINSTALL_FILES"} = 1;
} }
} elsif ( $l =~ /^\s*(nodist_|)([a-zA-Z0-9_]*)_LIBRARIES\s*[\+]?\=(.*)$/o ) } elsif ( $l =~ /^\s*(nodist_|)([a-zA-Z0-9_]*)_LIBRARIES\s*[\+]?\=(.*)$/o )
{ {