Changeset ee9d8d52 in rtems
- Timestamp:
- 11/02/99 16:07:06 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f5a1fe9
- Parents:
- c42bd452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/buildall.in
rc42bd452 ree9d8d52 64 64 65 65 testing=no 66 do_binutils= no67 do_g db=no68 do_g ccnewlib=no66 do_binutils=yes 67 do_gccnewlib=yes 68 do_gdb=yes 69 69 70 70 # … … 149 149 if [ ${testing} = no ] ; then 150 150 rpm -ba ${specfile} >${logfile} 2>&1 151 exit 0152 151 fi 153 152 ${ECHO} rm -rf ${dst}/../BUILD/${target}-gcc* … … 157 156 if [ ${testing} = no ] ; then 158 157 rpm -e `rpm -qa | grep rtems` 158 rm -rf /opt/rtems/* 159 159 fi 160 160 else
Note: See TracChangeset
for help on using the changeset viewer.