Changeset ee9d8d52 in rtems


Ignore:
Timestamp:
11/02/99 16:07:06 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f5a1fe9
Parents:
c42bd452
Message:

Clean up /opt/rtems in case junk is installed in the wrong place.
This has been seen on some machine configurations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/buildall.in

    rc42bd452 ree9d8d52  
    6464
    6565testing=no
    66 do_binutils=no
    67 do_gdb=no
    68 do_gccnewlib=no
     66do_binutils=yes
     67do_gccnewlib=yes
     68do_gdb=yes
    6969
    7070#
     
    149149    if [ ${testing} = no ] ; then
    150150      rpm -ba ${specfile} >${logfile} 2>&1
    151 exit 0
    152151    fi
    153152    ${ECHO} rm -rf ${dst}/../BUILD/${target}-gcc*
     
    157156    if [ ${testing} = no ] ; then
    158157      rpm -e `rpm -qa | grep rtems`
     158      rm -rf /opt/rtems/*
    159159    fi
    160160  else
Note: See TracChangeset for help on using the changeset viewer.