Remove UXPDS support
This commit is contained in:
@@ -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 -Uuxp -Uaix -Udec -UAIX -Uibm -Uhp
|
||||
-Usun -Uusl -Uaix -Udec -UAIX -Uibm -Uhp
|
||||
|
||||
AllTarget(installCDE dinstallCDE)
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ Pseudo-BNF:
|
||||
|
||||
release_def = "{" release_id ":" "defaults" record_defs "}"
|
||||
|
||||
release_id = "hp-ux" | "aix" | "sun" | "usl" | "uxp" | "default"
|
||||
release_id = "hp-ux" | "aix" | "sun" | "usl" | "default"
|
||||
|
||||
record_defs = keyword_def "=" special_token |
|
||||
keyword_def "=" keyword_value
|
||||
|
||||
@@ -158,10 +158,6 @@ XCOMM
|
||||
then
|
||||
PLATFORM=usl
|
||||
PLATFORM_SCRIPT_DIR=usl
|
||||
elif [ $BUILDSYSTEM = "UNIX_System_V" ];
|
||||
then
|
||||
PLATFORM=uxp
|
||||
PLATFORM_SCRIPT_DIR=uxp
|
||||
elif [ $BUILDSYSTEM = "OSF1" ];
|
||||
then
|
||||
PLATFORM=dec
|
||||
@@ -174,7 +170,7 @@ XCOMM
|
||||
if [ "$PLATFORM" = "aix" ];
|
||||
then
|
||||
USER=`/bin/whoami`
|
||||
elif [ "$PLATFORM" = "sun" -o "$PLATFORM" = "usl" -o "$PLATFORM" = "uxp" ];
|
||||
elif [ "$PLATFORM" = "sun" -o "$PLATFORM" = "usl" ];
|
||||
then
|
||||
USER=`/usr/ucb/whoami`
|
||||
else
|
||||
|
||||
@@ -62,7 +62,7 @@ MakeTarball()
|
||||
HASH
|
||||
Log "Creating tarball..."
|
||||
|
||||
if [ $PLATFORM = "usl" -o "$PLATFORM" = "uxp" ]
|
||||
if [ $PLATFORM = "usl" ]
|
||||
then
|
||||
ulimit -f unlimited
|
||||
fi
|
||||
@@ -257,7 +257,7 @@ RestartInetd()
|
||||
|
||||
OLDPWD=`pwd`
|
||||
cd /
|
||||
if [ "$PLATFORM" = "usl" -o "$PLATFORM" = "uxp" ]
|
||||
if [ "$PLATFORM" = "usl" ]
|
||||
then
|
||||
/usr/sbin/inetd -s
|
||||
elif [ "$PLATFORM" = "sun" ]
|
||||
@@ -573,10 +573,6 @@ XCOMM
|
||||
then
|
||||
PLATFORM=usl
|
||||
PLATFORM_SCRIPT_DIR=usl
|
||||
elif [ $BUILDSYSTEM = "UNIX_System_V" ];
|
||||
then
|
||||
PLATFORM=uxp
|
||||
PLATFORM_SCRIPT_DIR=uxp
|
||||
elif [ $BUILDSYSTEM = "OSF1" ];
|
||||
then
|
||||
PLATFORM=dec
|
||||
@@ -605,7 +601,7 @@ XCOMM
|
||||
if [ "$PLATFORM" = "aix" ];
|
||||
then
|
||||
USER=`/bin/whoami`
|
||||
elif [ "$PLATFORM" = "usl" -o "$PLATFORM" = "uxp" ];
|
||||
elif [ "$PLATFORM" = "usl" ];
|
||||
then
|
||||
USER=`/usr/ucb/whoami`
|
||||
else
|
||||
@@ -619,7 +615,7 @@ XCOMM
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if [ "$PLATFORM" = "usl" -o "$PLATFORM" = "uxp" ]
|
||||
if [ "$PLATFORM" = "usl" ]
|
||||
then
|
||||
umask 000
|
||||
fi
|
||||
|
||||
@@ -95,9 +95,6 @@ then
|
||||
elif [ $BUILDSYSTEM = "UNIX_SV" ];
|
||||
then
|
||||
PLATFORM=usl
|
||||
elif [ $BUILDSYSTEM = "UNIX_System_V" ];
|
||||
then
|
||||
PLATFORM=uxp
|
||||
elif [ $BUILDSYSTEM = "OSF1" ];
|
||||
then
|
||||
PLATFORM=dec
|
||||
@@ -108,7 +105,7 @@ fi
|
||||
if [ $PLATFORM = "aix" ];
|
||||
then
|
||||
USER=`/bin/whoami`
|
||||
elif [ $PLATFORM = "usl" -o $PLATFORM = "uxp" ];
|
||||
elif [ $PLATFORM = "usl" ];
|
||||
then
|
||||
USER=`/usr/ucb/whoami`
|
||||
else
|
||||
@@ -638,13 +635,7 @@ TOOL_DIR=$SRCTREE/admin/IntegTools/dbTools
|
||||
# Avoid making duplicate entries
|
||||
# make sure links are referred to AFTER the files to which they point.
|
||||
#
|
||||
if [ $PLATFORM = "uxp" ]; then
|
||||
$TOOL_DIR/uncomment $files | sort | uniq | $TOOL_DIR/linksLast - > /tmp/awk.in
|
||||
cat /tmp/awk.in | awkit > /tmp/awk.out
|
||||
cat /tmp/awk.out | doit
|
||||
else
|
||||
$TOOL_DIR/uncomment $files | sort | uniq | $TOOL_DIR/linksLast - | awkit | doit
|
||||
fi
|
||||
$TOOL_DIR/uncomment $files | sort | uniq | $TOOL_DIR/linksLast - | awkit | doit
|
||||
|
||||
echo ""
|
||||
echo "#-------------- $(date) --------------"
|
||||
|
||||
Reference in New Issue
Block a user