Browse Source

+ Removed some comments

michael 21 years ago
parent
commit
2514b84ca1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      install/install.sh

+ 0 - 4
install/install.sh

@@ -121,8 +121,6 @@ echo $DOCDIR
 DEMODIR=$DOCDIR/examples
 DEMODIR=$DOCDIR/examples
 
 
 # Install compiler/RTL. Mandatory.
 # Install compiler/RTL. Mandatory.
-echo Unpacking ...
-# tar xf binary.tar
 echo Installing compiler and RTL ...
 echo Installing compiler and RTL ...
 unztarfromtar binary.tar base${OSNAME}.tar.gz $PREFIX
 unztarfromtar binary.tar base${OSNAME}.tar.gz $PREFIX
 rm -f $EXECDIR/ppc386
 rm -f $EXECDIR/ppc386
@@ -150,8 +148,6 @@ echo
 
 
 # Install the sources. Optional.
 # Install the sources. Optional.
 if yesno "Install sources"; then
 if yesno "Install sources"; then
-  echo Unpacking ...
-  # tar xf sources.tar
   echo Installing sources in $SRCDIR ...
   echo Installing sources in $SRCDIR ...
   unztarfromtar sources.tar  basesrc.tar.gz $PREFIX
   unztarfromtar sources.tar  basesrc.tar.gz $PREFIX
   if yesno "Install compiler source"; then
   if yesno "Install compiler source"; then