changeset 909:1720e1d988db

Deleting the gcc build directory has to happen from the right current working directory.
author Rob Landley <rob@landley.net>
date Tue, 01 Dec 2009 19:43:42 -0600
parents 2af4fe56095b
children f1671488c740
files sources/sections/gcc.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/gcc.sh	Tue Dec 01 05:18:35 2009 -0600
+++ b/sources/sections/gcc.sh	Tue Dec 01 19:43:42 2009 -0600
@@ -123,7 +123,7 @@
 ln -s ../../bin/${PROGRAM_PREFIX}raw++ "$STAGE_DIR/tools/bin/g++" 2>/dev/null
 ln -s ../../bin/${PROGRAM_PREFIX}raw++ "$STAGE_DIR/tools/bin/c++" 2>/dev/null
 
-rm -rf build-gcc # "${STAGE_DIR}"/{lib/gcc,{libexec/gcc,gcc/lib}/install-tools,bin/${ARCH}-unknown-*}
+# rm -rf "${STAGE_DIR}"/{lib/gcc,{libexec/gcc,gcc/lib}/install-tools,bin/${ARCH}-unknown-*}
 
 mv "$WORK"/{gcc-core,gcc}
-PACKAGE=gcc cleanup
+PACKAGE=gcc cleanup build-gcc