mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
6
security/nss/tests/nssqa
Executable file → Normal file
6
security/nss/tests/nssqa
Executable file → Normal file
|
|
@ -143,6 +143,9 @@ map_os32()
|
|||
MAPPED_OS=Solaris8_forte6
|
||||
fi
|
||||
;;
|
||||
OSF1)
|
||||
MAPPED_OS=OSF1V4.0
|
||||
;;
|
||||
Darwin)
|
||||
MAPPED_OS=Darwin6.5
|
||||
;;
|
||||
|
|
@ -187,7 +190,8 @@ nssqa_main()
|
|||
|
||||
if [ $O_WIN = "OFF" -a "$O_TBX" = "OFF" -a $O_LOCAL = "OFF" ] ; then
|
||||
if [ ! -h ${NTDIST}/WINNT5.0_DBG.OBJ -o \
|
||||
! -h ${UXDIST}/SunOS5.8_OPT.OBJ -o ] ; then
|
||||
! -h ${UXDIST}/SunOS5.8_OPT.OBJ -o \
|
||||
! -h ${UXDIST}/OSF1V5.0_DBG.OBJ ] ; then
|
||||
# determine if all needed symbolic links are present, in case
|
||||
# we build on one platform and QA on another
|
||||
# create the symbolic links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue