35 lines
931 B
Plaintext
Executable File
35 lines
931 B
Plaintext
Executable File
# @(#)49 1.1 src/bldscripts/cdeinstall, ade_build, bos41J, 9514A_all 4/4/95 21:04:05
|
|
#
|
|
# COMPONENT_NAME: ADE_BUILD
|
|
#
|
|
# ORIGINS: 27,71
|
|
#
|
|
# This module contains IBM CONFIDENTIAL code. -- (IBM
|
|
# Confidential Restricted when combined with the aggregated
|
|
# modules for this product)
|
|
# SOURCE MATERIALS
|
|
#
|
|
# (C) COPYRIGHT International Business Machines Corp. 1991, 1994
|
|
# All Rights Reserved
|
|
# US Government Users Restricted Rights - Use, duplication or
|
|
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
#
|
|
# Each entry in this file represents a 'row' in a relational database.
|
|
# The STAGE column is the key value for the row and therefore must
|
|
# be unique.
|
|
#
|
|
if [ ! -d $BUILDBASE/$BLDCYCLE/src ]
|
|
then
|
|
print " $BUILDBASE/$BLDCYCLE/src not found"
|
|
exit 1
|
|
fi
|
|
|
|
cd $BUILDBASE/$BLDCYCLE/src
|
|
|
|
PTF_UPDATE=no sh -x bldscripts/aixlpp.sh \
|
|
"CDE install" install \
|
|
cde ""
|
|
|
|
|
|
|