From bab51f9897ca03a5c3478ecd91977061a46976d7 Mon Sep 17 00:00:00 2001 From: Martin Mohring Date: Thu, 23 Apr 2009 23:28:53 +0000 Subject: [PATCH] - fixed: remove also .root dir in buildroot. but this is not the final solution, since all files except those passed down should be cleaned --- init_buildsystem | 1 + 1 file changed, 1 insertion(+) diff --git a/init_buildsystem b/init_buildsystem index 867c468..fb9ecbb 100755 --- a/init_buildsystem +++ b/init_buildsystem @@ -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 -- 2.7.4