Changeset 58b9db5 in rtems


Ignore:
Timestamp:
04/14/08 07:41:30 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
211cafba
Parents:
55c64fc9
Message:

2008-04-14 Ralf Corsépius <ralf.corsepius@…>

  • bootstrap: Use find . ... preinstall.am for portability reasons.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r55c64fc9 r58b9db5  
     12008-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * bootstrap: Use find . ... preinstall.am for portability reasons.
     4
    152008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • bootstrap

    r55c64fc9 r58b9db5  
    9999case $mode in
    100100preinstall)
    101   confs=`find -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;`
     101  confs=`find . -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;`
    102102  for i in $confs; do
    103103    dir=$(dirname $i);
Note: See TracChangeset for help on using the changeset viewer.