Remove Unixware and openserver support

This commit is contained in:
chase
2018-05-19 19:50:35 -05:00
committed by Jon Trulson
parent beea573d17
commit 07900bd93b
375 changed files with 725 additions and 9112 deletions

View File

@@ -4,7 +4,7 @@ LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
-DKORNSHELL=$(KORNSHELL) \
-Usun -Uusl -Uaix -Udec -UAIX -Uibm -Uhp
-Usun -Uaix -Udec -UAIX -Uibm -Uhp
AllTarget(installCDE dinstallCDE)

View File

@@ -174,7 +174,7 @@ Pseudo-BNF:
release_def = "{" release_id ":" "defaults" record_defs "}"
release_id = "hp-ux" | "aix" | "sun" | "usl" | "default"
release_id = "hp-ux" | "aix" | "sun" | "default"
record_defs = keyword_def "=" special_token |
keyword_def "=" keyword_value

View File

@@ -154,10 +154,6 @@ XCOMM
then
PLATFORM=sun
PLATFORM_SCRIPT_DIR=sun
elif [ $BUILDSYSTEM = "UNIX_SV" ];
then
PLATFORM=usl
PLATFORM_SCRIPT_DIR=usl
elif [ $BUILDSYSTEM = "OSF1" ];
then
PLATFORM=dec
@@ -170,7 +166,7 @@ XCOMM
if [ "$PLATFORM" = "aix" ];
then
USER=`/bin/whoami`
elif [ "$PLATFORM" = "sun" -o "$PLATFORM" = "usl" ];
elif [ "$PLATFORM" = "sun" ];
then
USER=`/usr/ucb/whoami`
else

View File

@@ -62,11 +62,6 @@ MakeTarball()
HASH
Log "Creating tarball..."
if [ $PLATFORM = "usl" ]
then
ulimit -f unlimited
fi
DIRNAME=build.$DATE
mkdir -p $TARBALL_LOCATION/$DIRNAME
cd /
@@ -257,10 +252,7 @@ RestartInetd()
OLDPWD=`pwd`
cd /
if [ "$PLATFORM" = "usl" ]
then
/usr/sbin/inetd -s
elif [ "$PLATFORM" = "sun" ]
if [ "$PLATFORM" = "sun" ]
then
/usr/sbin/svcadm refresh svc:/network/inetd:default
/usr/sbin/svcadm restart svc:/network/inetd:default
@@ -569,10 +561,6 @@ XCOMM
then
PLATFORM=sun
PLATFORM_SCRIPT_DIR=sun
elif [ $BUILDSYSTEM = "UNIX_SV" ];
then
PLATFORM=usl
PLATFORM_SCRIPT_DIR=usl
elif [ $BUILDSYSTEM = "OSF1" ];
then
PLATFORM=dec
@@ -601,9 +589,6 @@ XCOMM
if [ "$PLATFORM" = "aix" ];
then
USER=`/bin/whoami`
elif [ "$PLATFORM" = "usl" ];
then
USER=`/usr/ucb/whoami`
else
USER=`/usr/bin/whoami`
fi
@@ -615,11 +600,6 @@ XCOMM
echo ""
fi
if [ "$PLATFORM" = "usl" ]
then
umask 000
fi
unset TMPDIR
CLEANING="no"

View File

@@ -92,9 +92,6 @@ then
elif [ $BUILDSYSTEM = "SunOS" ];
then
PLATFORM=sun
elif [ $BUILDSYSTEM = "UNIX_SV" ];
then
PLATFORM=usl
elif [ $BUILDSYSTEM = "OSF1" ];
then
PLATFORM=dec
@@ -105,9 +102,6 @@ fi
if [ $PLATFORM = "aix" ];
then
USER=`/bin/whoami`
elif [ $PLATFORM = "usl" ];
then
USER=`/usr/ucb/whoami`
else
USER=`/usr/bin/whoami`
fi