Skip to content

Commit

Permalink
added solaris 9 symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmi%netscape.com committed Jul 25, 2001
1 parent 9af98a6 commit 3e26854
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions security/nss/tests/mksymlinks
Expand Up @@ -50,6 +50,14 @@ if [ ! -h OSF1V5.0_OPT.OBJ ]
then
ln -s OSF1V4.0D_OPT.OBJ OSF1V5.0_OPT.OBJ || ErrorFlag=1
fi
if [ ! -h SunOS5.9_DBG.OBJ ]
then
ln -s SunOS5.6_DBG.OBJ SunOS5.9_DBG.OBJ || ErrorFlag=1
fi
if [ ! -h SunOS5.9_OPT.OBJ ]
then
ln -s SunOS5.6_OPT.OBJ SunOS5.9_OPT.OBJ || ErrorFlag=1
fi
if [ ! -h SunOS5.8_DBG.OBJ ]
then
ln -s SunOS5.6_DBG.OBJ SunOS5.8_DBG.OBJ || ErrorFlag=1
Expand All @@ -67,6 +75,15 @@ fi
#ln -s Linux2.2_x86_glibc_PTH_OPT.OBJ Linux2.4_x86_glibc_PTH_OPT.OBJ || ErrorFlag=1
#fi

if [ ! -h SunOS5.9_i86pc_DBG.OBJ ]
then
ln -s SunOS5.8_i86pc_DBG.OBJ SunOS5.9_i86pc_DBG.OBJ || ErrorFlag=1
fi
if [ ! -h SunOS5.9_i86pc_OPT.OBJ ]
then
ln -s SunOS5.8_i86pc_OPT.OBJ SunOS5.9_i86pc_OPT.OBJ || ErrorFlag=1
fi

tell

exit $ErrorFlag #no cleanup here, no tempfiles

0 comments on commit 3e26854

Please sign in to comment.