mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
@@ -101,8 +101,6 @@ else { $rtems_top .= "/" ; }
|
||||
|
||||
foreach ( @buffer )
|
||||
{
|
||||
# tr /\{\}/\(\)/ ;
|
||||
|
||||
if ( /^(TMP|PRE)INSTALL_FILES[\s]*=(.*)$/o )
|
||||
{ # force "+="
|
||||
push @ibuf, "$1INSTALL_FILES +=$2\n" ;
|
||||
@@ -150,8 +148,6 @@ else { $rtems_top .= "/" ; }
|
||||
@buffer = @ibuf ;
|
||||
}
|
||||
|
||||
# print STDERR "<tmp>\n", @buffer, "</tmp>\n" ;
|
||||
|
||||
{
|
||||
my @ibuf = () ;
|
||||
foreach ( @buffer )
|
||||
@@ -296,7 +292,7 @@ foreach( @vars )
|
||||
push @ibuf, "\nAUTOMAKE_OPTIONS = @{$l}\n" ;
|
||||
if ( "$rtems_cfg" eq "." )
|
||||
{
|
||||
push @ibuf, "ACLOCAL_AMFLAGS = -I \$(RTEMS_TOPdir)/aclocal\n" ;
|
||||
push @ibuf, "ACLOCAL_AMFLAGS = -I ${rtems_top}aclocal\n" ;
|
||||
}
|
||||
if ( defined( @{$var_{"\$(VPATH)"}} ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user