( ESNUG 203 Item 4 ) ---------------------------------------------- [12/2/94]
From: mark_indovina@pts.mot.com (Mark Indovina)
Subject: DesignWare install.cd Code Error
Hi, John,
There is a minor bug with the Synopsys install.cd script for Designware ver.
3.2a, P/N 2US01-20340. To the install the products I was forced to copy
the install.cd script the /tmp and correct the bugs.
The following code fragment from the script shall highlite the problems,
search for the 'LOOK HERE' (clipped from install.cd):
foreach prod ( $prods )
set readme = "$cddir/$rme.$prod$iso"
# Get the script name from the product readme file
if ( -r "$readme" ) then
set str = ( `awk -F: '/^[ ]*DO_INSTALL/ { print $2 }' "$readme" ` )
set do_install = ( $do_install $str )
endif
endif <<<<<-------- this 'endif' should be an 'end' <<< LOOK HERE >>>
setenv SYNOPSYS "$synopsys"
foreach entry ( $do_install )
set install_prod = "$synopsys/$entry"
if ( -r "$install_prod" && -x "$install_prod" ) then
$install_prod -r "$synopsys" -plat "$plats"
echo "DO_INSTALL $install_prod -r $synopsys -plat '$plats'" >> $logfile
endif
endif <<<<<-------- this 'endif' should be an 'end' <<< LOOK HERE >>>
- Mark A. Indovina
Motorola, Inc.
|
|