Changeset ff11b014 in rtems


Ignore:
Timestamp:
11/10/00 14:26:48 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7cc96f5
Parents:
ecd5441
Message:

2000-11-10 Ralf Corsepius <corsepiu@…>

  • ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
Location:
tools/update
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/update/ChangeLog

    recd5441 rff11b014  
     12000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • tools/update/ampolish

    recd5441 rff11b014  
    102102  foreach ( @buffer )
    103103  {
    104 #    tr /\{\}/\(\)/ ;
    105 
    106104    if ( /^(TMP|PRE)INSTALL_FILES[\s]*=(.*)$/o )
    107105    { # force "+="
     
    150148  @buffer = @ibuf ;
    151149}
    152 
    153 # print STDERR "<tmp>\n", @buffer, "</tmp>\n" ;
    154150
    155151{
     
    297293      if ( "$rtems_cfg" eq "." )
    298294      {
    299         push @ibuf, "ACLOCAL_AMFLAGS = -I \$(RTEMS_TOPdir)/aclocal\n" ;
     295        push @ibuf, "ACLOCAL_AMFLAGS = -I ${rtems_top}aclocal\n" ;
    300296      }
    301297      if ( defined( @{$var_{"\$(VPATH)"}} ) )
Note: See TracChangeset for help on using the changeset viewer.