mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 17:43:21 +00:00
Fix setting up targets for solaris*
This commit is contained in:
@@ -42,13 +42,18 @@ all )
|
|||||||
done
|
done
|
||||||
for d in freebsd*/*/Makefile.am \
|
for d in freebsd*/*/Makefile.am \
|
||||||
cygwin*/*/Makefile.am \
|
cygwin*/*/Makefile.am \
|
||||||
mingw*/*/Makefile.am \
|
mingw*/*/Makefile.am; \
|
||||||
solaris*/*/Makefile.am; \
|
|
||||||
do
|
do
|
||||||
o=`echo $d | sed -e 's,/.*,,'`
|
o=`echo $d | sed -e 's,/.*,,'`
|
||||||
a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'`
|
a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'`
|
||||||
targets="$targets $a-pc-$o"
|
targets="$targets $a-pc-$o"
|
||||||
done
|
done
|
||||||
|
for d in solaris*/*/Makefile.am; \
|
||||||
|
do
|
||||||
|
o=`echo $d | sed -e 's,/.*,,'`
|
||||||
|
a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'`
|
||||||
|
targets="$targets $a-sun-$o"
|
||||||
|
done
|
||||||
cd $savdir
|
cd $savdir
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user