Changeset 22f187d0 in rtems
- Timestamp:
- 07/18/06 07:25:19 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d4609b2
- Parents:
- 4557d3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/configure.ac
r4557d3c r22f187d0 43 43 for d in freebsd*/*/Makefile.am \ 44 44 cygwin*/*/Makefile.am \ 45 mingw*/*/Makefile.am \ 46 solaris*/*/Makefile.am; \ 45 mingw*/*/Makefile.am; \ 47 46 do 48 47 o=`echo $d | sed -e 's,/.*,,'` 49 48 a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'` 50 49 targets="$targets $a-pc-$o" 50 done 51 for d in solaris*/*/Makefile.am; \ 52 do 53 o=`echo $d | sed -e 's,/.*,,'` 54 a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'` 55 targets="$targets $a-sun-$o" 51 56 done 52 57 cd $savdir
Note: See TracChangeset
for help on using the changeset viewer.