Added sparc Solaris 2 support

This commit is contained in:
ceriel
1993-10-07 09:09:16 +00:00
parent 9e7c8d2c9f
commit 513c3df1d2
7 changed files with 51 additions and 22 deletions

View File

@@ -85,13 +85,27 @@ do
esac
;;
esac
( cd $j
cat >> Action <<EOF
case $j in
sparc*)
( cd $j
cat >> Action <<EOF
name "$j $i libraries"
system "$j"
dir $lib
end
EOF
)
;;
*)
( cd $j
cat >> Action <<EOF
name "$j $i libraries"
dir $lib
end
EOF
)
)
;;
esac
done
)
done
@@ -169,7 +183,7 @@ then
do
for j in libem libend libfp libdb libsys libmon libbsd4_2 libbsd4_1a libsysV_2 libce
do
if grep -s $j $i
if fgrep -s $j $i
then
ed - $i <<EOF
/$j/;?^name?,/^end/s/^/!/