summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 16:07:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 16:07:06 +0000
commitee9d8d528c96475a2215a1b914bff23850a769ef (patch)
tree3c95e0de7b642a8ee314a92762f5cc9341ca6313 /scripts
parentSplit console_reserve_resources into its own file to reduce dependencies. (diff)
downloadrtems-ee9d8d528c96475a2215a1b914bff23850a769ef.tar.bz2
Clean up /opt/rtems in case junk is installed in the wrong place.
This has been seen on some machine configurations.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildall.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 7aa8d8dc9e..cd2592db21 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -63,9 +63,9 @@ newlib=${newlib_version}
buildroot=/tmp
testing=no
-do_binutils=no
-do_gdb=no
-do_gccnewlib=no
+do_binutils=yes
+do_gccnewlib=yes
+do_gdb=yes
#
# Now get started
@@ -148,7 +148,6 @@ do
echo "rpm -ba ${specfile} >${logfile} 2>&1"
if [ ${testing} = no ] ; then
rpm -ba ${specfile} >${logfile} 2>&1
-exit 0
fi
${ECHO} rm -rf ${dst}/../BUILD/${target}-gcc*
${ECHO} rm -rf ${buildroot}/opt/rtems
@@ -156,6 +155,7 @@ exit 0
echo uninstalling binutils for ${target}
if [ ${testing} = no ] ; then
rpm -e `rpm -qa | grep rtems`
+ rm -rf /opt/rtems/*
fi
else
echo Skipping gcc/newlib for ${target}