- fixed: remove also .root dir in buildroot. but this is not the final solution,...
authorMartin Mohring <martin.mohring@5etech.eu>
Thu, 23 Apr 2009 23:28:53 +0000 (23:28 +0000)
committerMartin Mohring <martin.mohring@5etech.eu>
Thu, 23 Apr 2009 23:28:53 +0000 (23:28 +0000)
init_buildsystem

index 867c468..fb9ecbb 100755 (executable)
@@ -103,6 +103,7 @@ function clean_build_root () {
             umount -n $BUILD_ROOT/mnt 2> /dev/null || true
             rm -rf -- $BUILD_ROOT/*
             rm -rf -- $BUILD_ROOT/.build
+            rm -rf -- $BUILD_ROOT/.root
            rm -rf -- $BUILD_ROOT/.init_b_cache
            mkdir -p $BUILD_ROOT/proc
            mkdir -p $BUILD_ROOT/dev/pts