Changeset 58b9db5 in rtems
- Timestamp:
- 04/14/08 07:41:30 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 211cafba
- Parents:
- 55c64fc9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r55c64fc9 r58b9db5 1 2008-04-14 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bootstrap: Use find . ... preinstall.am for portability reasons. 4 1 5 2008-02-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
bootstrap
r55c64fc9 r58b9db5 99 99 case $mode in 100 100 preinstall) 101 confs=`find -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;`101 confs=`find . -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;` 102 102 for i in $confs; do 103 103 dir=$(dirname $i);
Note: See TracChangeset
for help on using the changeset viewer.