删除编译时生成在root的core文件

This commit is contained in:
fumingwei
2021-05-31 14:42:48 +08:00
parent 3a64b51f1c
commit dfa00c50fb

View File

@@ -64,6 +64,7 @@ cp -rf $projectdir/rootconf/sysroot-lib/* $target/lib/
yum -c "$yum_config" --installroot="$target" -y --setopt=$setopt clean all
rm -rf $target/tmp/*
rm -rf $target/core.*
# tar --numeric-owner -c -C centos_mkroot/ . | pbzip2 -p9 > input/centos-7-chroot.tar.bz2